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 timeoutValue,
java.util.concurrent.TimeUnit timeUnit) |
org.openqa.selenium.WebDriver.Timeouts |
pageLoadTimeout(long timeoutValue,
java.util.concurrent.TimeUnit timeUnit) |
org.openqa.selenium.WebDriver.Timeouts |
setScriptTimeout(long timeoutValue,
java.util.concurrent.TimeUnit timeUnit) |
public TimeoutsFacade(WebDriverFacade webDriverFacade, org.openqa.selenium.WebDriver.Timeouts timeouts)
public org.openqa.selenium.WebDriver.Timeouts implicitlyWait(long timeoutValue, java.util.concurrent.TimeUnit timeUnit)
implicitlyWait
in interface org.openqa.selenium.WebDriver.Timeouts
public org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long timeoutValue, java.util.concurrent.TimeUnit timeUnit)
setScriptTimeout
in interface org.openqa.selenium.WebDriver.Timeouts
public org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(long timeoutValue, java.util.concurrent.TimeUnit timeUnit)
pageLoadTimeout
in interface org.openqa.selenium.WebDriver.Timeouts