Methods in org.openqa.selenium that return WebDriver.Timeouts |
WebDriver.Timeouts |
WebDriver.Timeouts.implicitlyWait(long time,
java.util.concurrent.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,
java.util.concurrent.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. |