Uses of Interface
org.openqa.selenium.WebDriver.Timeouts
Packages that use WebDriver.Timeouts
-
Uses of WebDriver.Timeouts in org.openqa.selenium
Methods in org.openqa.selenium that return WebDriver.TimeoutsModifier and TypeMethodDescriptionWebDriver.Timeouts.implicitlyWait(long time, TimeUnit unit) Deprecated.default WebDriver.TimeoutsWebDriver.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.TimeoutsWebDriver.Timeouts.pageLoadTimeout(Duration duration) Sets the amount of time to wait for a page load to complete before throwing an error.default WebDriver.TimeoutsWebDriver.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.TimeoutsWebDriver.Timeouts.setScriptTimeout(Duration duration) Deprecated.WebDriver.Options.timeouts()
implicitlyWait(Duration)