Class Timer
- java.lang.Object
-
- com.thoughtworks.selenium.webdriven.Timer
-
public class Timer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Timer(long timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
run(SeleneseCommand<T> command, org.openqa.selenium.WebDriver driver, java.lang.String[] args)
void
setTimeout(long timeout)
void
stop()
-
-
-
Method Detail
-
run
public <T> T run(SeleneseCommand<T> command, org.openqa.selenium.WebDriver driver, java.lang.String[] args)
-
setTimeout
public void setTimeout(long timeout)
-
stop
public void stop()
-
-