| java.lang.Object | |
| ↳ | com.atlassian.jira.pageobjects.WindowSession |
Utility for opening new window sessions.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WindowSession.BrowserWindow | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get window by given name, the window must already be open
| |||||||||||
Timed condition to check and wait for a given window to be open.
| |||||||||||
Timed condition to check and wait for a given window to be open.
| |||||||||||
Opens a new window with the given name
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Get window by given name, the window must already be open
| windowName | name of the window |
|---|
| IllegalStateException | if window with windowName is currently not open |
|---|
Timed condition to check and wait for a given window to be open. The condition will wait with a timeout
of PAGE_LOAD.
| windowName | name of the window |
|---|
switchTo()
to switch driver's focus to given window.| windowName | name of the window |
|---|---|
| timeoutType | timeout for the returned condition |
Opens a new window with the given name
| newWindow | the name of the new window |
|---|

