Uses of Interface
org.openqa.selenium.WebDriver.Timeouts
-
Uses of WebDriver.Timeouts in org.openqa.selenium
Modifier and TypeMethodDescriptionWebDriver.Timeouts.implicitlyWait
(long time, TimeUnit unit) Deprecated.default WebDriver.Timeouts
WebDriver.Timeouts.implicitlyWait
(Duration duration) Specifies the amount of time the driver should wait when searching for an element if it is not immediately present.WebDriver.Timeouts.pageLoadTimeout
(long time, TimeUnit unit) Deprecated.default WebDriver.Timeouts
WebDriver.Timeouts.pageLoadTimeout
(Duration duration) Sets the amount of time to wait for a page load to complete before throwing an error.default WebDriver.Timeouts
WebDriver.Timeouts.scriptTimeout
(Duration duration) Sets the amount of time to wait for an asynchronous script to finish execution before throwing an error.WebDriver.Timeouts.setScriptTimeout
(long time, TimeUnit unit) Deprecated.default WebDriver.Timeouts
WebDriver.Timeouts.setScriptTimeout
(Duration duration) Deprecated.WebDriver.Options.timeouts()
implicitlyWait(Duration)