public class IfFoundGotoPlugin
extends et.seleniet.api.ElementIndependentKeywordPlugin
This plugin checks for existence of a given element and if it is found will jump to the given label / test step.
| Constructor and Description |
|---|
IfFoundGotoPlugin() |
| 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) |
String |
getKeyWord() |
public String getKeyWord()
getKeyWord in class et.seleniet.api.KeywordPluginpublic 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.SystemAbortException
execute in class et.seleniet.api.KeywordPluginorg.openqa.selenium.NoSuchElementExceptionet.seleniet.api.SystemAbortExceptionCopyright © 2016 Thomas Eitzenberger. All rights reserved.