| java.lang.Object | |
| ↳ | com.atlassian.jira.pageobjects.WindowSession.BrowserWindow |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Closes this window.
| |||||||||||
Execute some operations within this window and switch back to the default window.
| |||||||||||
Switch back to default window and return parent window session
| |||||||||||
Switch to this window.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Closes this window. Remember to switchToDefault()
after this.
Execute some operations within this window and switch back to the default window.
| runnable | operations to execute |
|---|
Switch back to default window and return parent window session
Switch to this window. Future webdriver commands will be done in this window

