public class IfBrowserGotoPlugin
extends et.seleniet.api.ElementIndependentKeywordPlugin
This plugin compares the browser name given in the web drivers capabilities and used for current test execution and if it matches will jump to the given label / test step. Variables, Params and Arguments can be used inside the evaluation string.
| Constructor and Description |
|---|
IfBrowserGotoPlugin() |
| 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) |
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.SystemAbortException
execute in class et.seleniet.api.KeywordPluginet.seleniet.api.SystemAbortExceptionCopyright © 2016 Thomas Eitzenberger. All rights reserved.