public class Timer extends Object
Constructor and Description |
---|
Timer(long timeout) |
Modifier and Type | Method and Description |
---|---|
<T> T |
run(SeleneseCommand<T> command,
org.openqa.selenium.WebDriver driver,
String[] args) |
void |
setTimeout(long timeout) |
void |
stop() |
public <T> T run(SeleneseCommand<T> command, org.openqa.selenium.WebDriver driver, String[] args)
public void setTimeout(long timeout)
public void stop()
Copyright © 2016. All rights reserved.