public class IfTrueGotoPlugin
extends et.seleniet.api.ElementIndependentKeywordPlugin
This plugin evaluates given string as javascript expression and if it evaluates to yes/true/1.0/1 it will jump to the given label / test step. Variables, Params and Arguments can be used inside the evaluation string.
| Constructor and Description |
|---|
IfTrueGotoPlugin() |
| 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 org.openqa.selenium.NoSuchElementException,
et.seleniet.api.AbortException
execute in class et.seleniet.api.KeywordPluginorg.openqa.selenium.NoSuchElementExceptionet.seleniet.api.AbortExceptionCopyright © 2016 Thomas Eitzenberger. All rights reserved.