public interface IWindowNavigator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
closeAllAnotherWindows()
Close all windows except current
|
void |
closeAllWindows()
Closes all windows
|
java.lang.String |
openLinkInNewWindow(org.openqa.selenium.By by)
Click on link and open this link in a new browser's tab.
|
java.lang.String |
openNewWindow()
Open a new browser's tab.
|
java.lang.String |
switchToLastWindow()
Switching focus to the last opened window
|
java.lang.String |
switchToNextWindow()
Switching focus to the next opened window after current window
|
java.lang.String |
switchToPrevWindow()
Switching focus to the previously opened window before current window
|
java.lang.String |
switchToRootWindow()
Switching focus to the first opened window
|
java.lang.String switchToRootWindow()
java.lang.String switchToLastWindow()
java.lang.String switchToPrevWindow()
java.lang.String switchToNextWindow()
java.lang.String openNewWindow()
java.lang.String openLinkInNewWindow(org.openqa.selenium.By by)
by - - link descriptorjava.lang.String closeAllAnotherWindows()
void closeAllWindows()