public class WaitPlugin
extends et.seleniet.api.ElementIndependentKeywordPlugin
This plugin waits the given amount of seconds.
| Constructor and Description |
|---|
WaitPlugin() |
| 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 |
sleep(et.seleniet.api.Seleniet driver,
long duration,
long sleeptime) |
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.SystemAbortExceptionprotected void sleep(et.seleniet.api.Seleniet driver,
long duration,
long sleeptime)
throws et.seleniet.api.SystemAbortException
et.seleniet.api.SystemAbortExceptionCopyright © 2016 Thomas Eitzenberger. All rights reserved.