protected class RemoteWebDriver.RemoteWebDriverOptions.RemoteTimeouts
extends java.lang.Object
implements org.openqa.selenium.WebDriver.Timeouts
| Modifier | Constructor and Description |
|---|---|
protected |
RemoteTimeouts() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver.Timeouts |
implicitlyWait(long time,
java.util.concurrent.TimeUnit unit) |
org.openqa.selenium.WebDriver.Timeouts |
pageLoadTimeout(long time,
java.util.concurrent.TimeUnit unit) |
org.openqa.selenium.WebDriver.Timeouts |
setScriptTimeout(long time,
java.util.concurrent.TimeUnit unit) |
public org.openqa.selenium.WebDriver.Timeouts implicitlyWait(long time,
java.util.concurrent.TimeUnit unit)
implicitlyWait in interface org.openqa.selenium.WebDriver.Timeoutspublic org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long time,
java.util.concurrent.TimeUnit unit)
setScriptTimeout in interface org.openqa.selenium.WebDriver.Timeoutspublic org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(long time,
java.util.concurrent.TimeUnit unit)
pageLoadTimeout in interface org.openqa.selenium.WebDriver.Timeouts