Class 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()  
      • 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,
                         java.lang.String[] args)
      • setTimeout

        public void setTimeout​(long timeout)
      • stop

        public void stop()