|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.pageobjects.WindowSession.BrowserWindow
public class WindowSession.BrowserWindow
| Method Summary | ||
|---|---|---|
WindowSession |
close()
Closes this window. |
|
|
doInWindow(I input,
com.google.common.base.Function<I,O> function)
|
|
WindowSession |
doInWindow(Runnable runnable)
Execute some operations within this window and switch back to the default window. |
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isOpen()
|
|
WindowSession.BrowserWindow |
open()
|
|
WindowSession |
switchBack()
Switch back to default window and return parent window session |
|
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 |
|---|
public com.atlassian.pageobjects.elements.query.TimedCondition isOpen()
public WindowSession.BrowserWindow open()
public WindowSession.BrowserWindow switchTo()
public WindowSession switchBack()
public WindowSession close()
WindowSession.switchToDefault()
after this.
public WindowSession doInWindow(Runnable runnable)
runnable - operations to execute
public <I,O> O doInWindow(@Nullable
I input,
com.google.common.base.Function<I,O> function)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||