public class TimeoutsFacade
extends java.lang.Object
implements org.openqa.selenium.WebDriver.Timeouts
| Constructor and Description |
|---|
TimeoutsFacade(WebDriverFacade webDriverFacade,
org.openqa.selenium.WebDriver.Timeouts timeouts) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver.Timeouts |
implicitlyWait(long value,
java.util.concurrent.TimeUnit timeUnit) |
org.openqa.selenium.WebDriver.Timeouts |
pageLoadTimeout(long l,
java.util.concurrent.TimeUnit timeUnit) |
org.openqa.selenium.WebDriver.Timeouts |
setScriptTimeout(long l,
java.util.concurrent.TimeUnit timeUnit) |
public TimeoutsFacade(WebDriverFacade webDriverFacade, org.openqa.selenium.WebDriver.Timeouts timeouts)
public org.openqa.selenium.WebDriver.Timeouts implicitlyWait(long value,
java.util.concurrent.TimeUnit timeUnit)
implicitlyWait in interface org.openqa.selenium.WebDriver.Timeoutspublic org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long l,
java.util.concurrent.TimeUnit timeUnit)
setScriptTimeout in interface org.openqa.selenium.WebDriver.Timeoutspublic org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(long l,
java.util.concurrent.TimeUnit timeUnit)
pageLoadTimeout in interface org.openqa.selenium.WebDriver.Timeouts