|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
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.pageLoadTimeout(long time,
java.util.concurrent.TimeUnit unit)
Sets the amount of time to wait for a page load to complete before throwing an error. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |