Package net.thucydides.core.webdriver
Class TimeoutsFacade
java.lang.Object
net.thucydides.core.webdriver.TimeoutsFacade
- All Implemented Interfaces:
org.openqa.selenium.WebDriver.Timeouts
Created by john on 30/01/15.
-
Constructor Summary
ConstructorsConstructorDescriptionTimeoutsFacade
(WebDriverFacade webDriverFacade, org.openqa.selenium.WebDriver.Timeouts timeouts) -
Method Summary
Modifier and TypeMethodDescriptionorg.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)
-
Constructor Details
-
TimeoutsFacade
public TimeoutsFacade(WebDriverFacade webDriverFacade, org.openqa.selenium.WebDriver.Timeouts timeouts)
-
-
Method Details
-
implicitlyWait
- Specified by:
implicitlyWait
in interfaceorg.openqa.selenium.WebDriver.Timeouts
-
setScriptTimeout
public org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long timeoutValue, TimeUnit timeUnit) - Specified by:
setScriptTimeout
in interfaceorg.openqa.selenium.WebDriver.Timeouts
-
pageLoadTimeout
- Specified by:
pageLoadTimeout
in interfaceorg.openqa.selenium.WebDriver.Timeouts
-