Class TimeoutsStub
java.lang.Object
net.thucydides.core.webdriver.stubs.TimeoutsStub
- All Implemented Interfaces:
org.openqa.selenium.WebDriver.Timeouts
public class TimeoutsStub
extends java.lang.Object
implements org.openqa.selenium.WebDriver.Timeouts
-
Constructor Summary
Constructors Constructor Description TimeoutsStub() -
Method Summary
Modifier and Type Method Description org.openqa.selenium.WebDriver.TimeoutsimplicitlyWait(long time, java.util.concurrent.TimeUnit unit)org.openqa.selenium.WebDriver.TimeoutspageLoadTimeout(long l, java.util.concurrent.TimeUnit timeUnit)org.openqa.selenium.WebDriver.TimeoutssetScriptTimeout(long time, java.util.concurrent.TimeUnit unit)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TimeoutsStub
public TimeoutsStub()
-
-
Method Details
-
implicitlyWait
public org.openqa.selenium.WebDriver.Timeouts implicitlyWait(long time, java.util.concurrent.TimeUnit unit)- Specified by:
implicitlyWaitin interfaceorg.openqa.selenium.WebDriver.Timeouts
-
setScriptTimeout
public org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long time, java.util.concurrent.TimeUnit unit)- Specified by:
setScriptTimeoutin interfaceorg.openqa.selenium.WebDriver.Timeouts
-
pageLoadTimeout
public org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(long l, java.util.concurrent.TimeUnit timeUnit)- Specified by:
pageLoadTimeoutin interfaceorg.openqa.selenium.WebDriver.Timeouts
-