public class Timer
extends java.lang.Object
| 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()