net.thucydides.core.webdriver.stubs
Class TimeoutsStub
java.lang.Object
net.thucydides.core.webdriver.stubs.TimeoutsStub
- All Implemented Interfaces:
- org.openqa.selenium.WebDriver.Timeouts
public class TimeoutsStub
- extends Object
- implements org.openqa.selenium.WebDriver.Timeouts
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeoutsStub
public TimeoutsStub()
implicitlyWait
public org.openqa.selenium.WebDriver.Timeouts implicitlyWait(long time,
TimeUnit unit)
- Specified by:
implicitlyWait in interface org.openqa.selenium.WebDriver.Timeouts
setScriptTimeout
public org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long time,
TimeUnit unit)
- Specified by:
setScriptTimeout in interface org.openqa.selenium.WebDriver.Timeouts
pageLoadTimeout
public org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(long l,
TimeUnit timeUnit)
- Specified by:
pageLoadTimeout in interface org.openqa.selenium.WebDriver.Timeouts
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.