public class SwitchWindowPlugin
extends et.seleniet.api.ElementIndependentKeywordPlugin
This plugin selects window identified by the given window title or index as new main window. If the argument is an integer the plugin will try to lookup the window based on the window list index.
| Constructor and Description |
|---|
SwitchWindowPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(et.seleniet.api.Seleniet driver,
org.openqa.selenium.WebElement elem,
String page,
List<String> lineArgs,
List<String> tcParams) |
protected void |
switchToWindow(et.seleniet.api.Seleniet driver,
String logMthName,
String windowTitle,
String nofailflag,
long timeout) |
public void execute(et.seleniet.api.Seleniet driver,
org.openqa.selenium.WebElement elem,
String page,
List<String> lineArgs,
List<String> tcParams)
throws et.seleniet.api.AbortException
execute in class et.seleniet.api.KeywordPluginet.seleniet.api.AbortExceptionCopyright © 2016 Thomas Eitzenberger. All rights reserved.