public class TimeoutsFacade extends 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,
TimeUnit timeUnit) |
org.openqa.selenium.WebDriver.Timeouts |
pageLoadTimeout(long timeoutValue,
TimeUnit timeUnit) |
org.openqa.selenium.WebDriver.Timeouts |
setScriptTimeout(long timeoutValue,
TimeUnit timeUnit) |
public TimeoutsFacade(WebDriverFacade webDriverFacade, org.openqa.selenium.WebDriver.Timeouts timeouts)
public org.openqa.selenium.WebDriver.Timeouts implicitlyWait(long timeoutValue,
TimeUnit timeUnit)
implicitlyWait in interface org.openqa.selenium.WebDriver.Timeoutspublic org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long timeoutValue,
TimeUnit timeUnit)
setScriptTimeout in interface org.openqa.selenium.WebDriver.Timeoutspublic org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(long timeoutValue,
TimeUnit timeUnit)
pageLoadTimeout in interface org.openqa.selenium.WebDriver.TimeoutsCopyright © 2021. All rights reserved.