Package | Description |
---|---|
org.openqa.selenium |
Modifier and Type | Method and Description |
---|---|
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.pageLoadTimeout(long time,
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,
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 © 2013. All Rights Reserved.