com.atlassian.jira.pageobjects
Class WindowSession.BrowserWindow

java.lang.Object
  extended by com.atlassian.jira.pageobjects.WindowSession.BrowserWindow
Enclosing class:
WindowSession

public static class WindowSession.BrowserWindow
extends Object


Method Summary
 void close()
          Closes this window.
 WindowSession.BrowserWindow switchTo()
          Switch to this window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

switchTo

public WindowSession.BrowserWindow switchTo()
Switch to this window. Future webdriver commands will be done in this window

Returns:
the new active window

close

public void close()
Closes this window. Remember to WindowSession.switchToDefault() after this.



Copyright © 2002-2011 Atlassian. All Rights Reserved.