org.openqa.selenium.internal.seleniumemulation
Class Timer

java.lang.Object
  extended by org.openqa.selenium.internal.seleniumemulation.Timer

public class Timer
extends Object


Constructor Summary
Timer(long timeout)
           
 
Method Summary
<T> T
run(SeleneseCommand<T> command, org.openqa.selenium.WebDriver driver, String[] args)
           
 void setTimeout(long timeout)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer(long timeout)
Method Detail

run

public <T> T run(SeleneseCommand<T> command,
                 org.openqa.selenium.WebDriver driver,
                 String[] args)

setTimeout

public void setTimeout(long timeout)

stop

public void stop()


Copyright © 2012. All Rights Reserved.