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

Packages that use WebDriver.Timeouts
org.openqa.selenium   
org.openqa.selenium.remote   
 

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.
 

Uses of WebDriver.Timeouts in org.openqa.selenium.remote
 

Classes in org.openqa.selenium.remote that implement WebDriver.Timeouts
protected  class RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
           
 

Methods in org.openqa.selenium.remote that return WebDriver.Timeouts
 WebDriver.Timeouts RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts.implicitlyWait(long time, TimeUnit unit)
           
 WebDriver.Timeouts RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts.setScriptTimeout(long time, TimeUnit unit)
           
 WebDriver.Timeouts RemoteWebDriver.RemoteWebDriverOptions.timeouts()
           
 



Copyright © 2011. All Rights Reserved.