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
(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
(Duration duration) Sets the amount of time to wait for a page load to complete before throwing an error.WebDriver.Timeouts.scriptTimeout
(Duration duration) Sets the amount of time to wait for an asynchronous script to finish execution before throwing an error.WebDriver.Options.timeouts()