Package org.openqa.selenium.remote
Class RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
java.lang.Object
org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
- All Implemented Interfaces:
org.openqa.selenium.WebDriver.Timeouts
- Enclosing class:
RemoteWebDriver.RemoteWebDriverOptions
protected class RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
extends Object
implements org.openqa.selenium.WebDriver.Timeouts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.WebDriver.TimeoutsimplicitlyWait(Duration duration) org.openqa.selenium.WebDriver.TimeoutspageLoadTimeout(Duration duration) org.openqa.selenium.WebDriver.TimeoutsscriptTimeout(Duration duration)
-
Constructor Details
-
RemoteTimeouts
protected RemoteTimeouts()
-
-
Method Details
-
implicitlyWait
- Specified by:
implicitlyWaitin interfaceorg.openqa.selenium.WebDriver.Timeouts
-
getImplicitWaitTimeout
- Specified by:
getImplicitWaitTimeoutin interfaceorg.openqa.selenium.WebDriver.Timeouts
-
scriptTimeout
- Specified by:
scriptTimeoutin interfaceorg.openqa.selenium.WebDriver.Timeouts
-
getScriptTimeout
- Specified by:
getScriptTimeoutin interfaceorg.openqa.selenium.WebDriver.Timeouts
-
pageLoadTimeout
- Specified by:
pageLoadTimeoutin interfaceorg.openqa.selenium.WebDriver.Timeouts
-
getPageLoadTimeout
- Specified by:
getPageLoadTimeoutin interfaceorg.openqa.selenium.WebDriver.Timeouts
-