public class Timer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
stopped |
private long |
timeout |
Constructor and Description |
---|
Timer(long timeout) |
Modifier and Type | Method and Description |
---|---|
<T> T |
run(SeleneseCommand<T> command,
org.openqa.selenium.WebDriver driver,
java.lang.String[] args) |
void |
setTimeout(long timeout) |
void |
stop() |
public <T> T run(SeleneseCommand<T> command, org.openqa.selenium.WebDriver driver, java.lang.String[] args)
public void setTimeout(long timeout)
public void stop()