net.thucydides.core.webdriver.stubs
Class TimeoutsStub

Package class diagram package TimeoutsStub
java.lang.Object
  extended by 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


Constructor Summary
TimeoutsStub()
           
 
Method Summary
 org.openqa.selenium.WebDriver.Timeouts implicitlyWait(long time, TimeUnit unit)
           
 org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(long l, TimeUnit timeUnit)
           
 org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long time, TimeUnit unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeoutsStub

public TimeoutsStub()
Method Detail

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.