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.TimeoutsimplicitlyWait(long timeoutValue, TimeUnit timeUnit) org.openqa.selenium.WebDriver.TimeoutspageLoadTimeout(long timeoutValue, TimeUnit timeUnit) org.openqa.selenium.WebDriver.TimeoutssetScriptTimeout(long timeoutValue, TimeUnit timeUnit)
-
Constructor Details
-
TimeoutsFacade
public TimeoutsFacade(WebDriverFacade webDriverFacade, org.openqa.selenium.WebDriver.Timeouts timeouts)
-
-
Method Details
-
implicitlyWait
- Specified by:
implicitlyWaitin interfaceorg.openqa.selenium.WebDriver.Timeouts
-
setScriptTimeout
public org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long timeoutValue, TimeUnit timeUnit) - Specified by:
setScriptTimeoutin interfaceorg.openqa.selenium.WebDriver.Timeouts
-
pageLoadTimeout
- Specified by:
pageLoadTimeoutin interfaceorg.openqa.selenium.WebDriver.Timeouts
-