Uses of Interface
org.openqa.selenium.WebDriver.Timeouts

Packages that use WebDriver.Timeouts
org.openqa.selenium   
 

Uses of WebDriver.Timeouts in org.openqa.selenium
 

Methods in org.openqa.selenium that return WebDriver.Timeouts
 WebDriver.Timeouts WebDriver.Timeouts.implicitlyWait(long time, TimeUnit unit)
          Specifies the amount of time the driver should wait when searching for an element if it is not immediately present.
 WebDriver.Timeouts WebDriver.Timeouts.setScriptTimeout(long time, TimeUnit unit)
          Sets the amount of time to wait for an asynchronous script to finish execution before throwing an error.
 WebDriver.Timeouts WebDriver.Options.timeouts()
          Returns the interface for managing driver timeouts.
 



Copyright © 2011. All Rights Reserved.