net.thucydides.core.scheduling
Class NormalFluentWait<T>

Package class diagram package NormalFluentWait
java.lang.Object
  extended by net.thucydides.core.scheduling.ThucydidesFluentWait<T>
      extended by net.thucydides.core.scheduling.NormalFluentWait<T>
All Implemented Interfaces:
org.openqa.selenium.support.ui.Wait<T>

public class NormalFluentWait<T>
extends ThucydidesFluentWait<T>


Field Summary
 
Fields inherited from class net.thucydides.core.scheduling.ThucydidesFluentWait
FIVE_HUNDRED_MILLIS, interval, timeout
 
Constructor Summary
NormalFluentWait(T input)
           
NormalFluentWait(T input, org.openqa.selenium.support.ui.Clock clock, org.openqa.selenium.support.ui.Sleeper sleeper)
           
 
Method Summary
 void doWait()
           
 
Methods inherited from class net.thucydides.core.scheduling.ThucydidesFluentWait
getClock, getInput, getSleeper, ignoring, pollingEvery, pollingEvery, timeoutException, until, withTimeout, withTimeoutOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalFluentWait

public NormalFluentWait(T input)

NormalFluentWait

public NormalFluentWait(T input,
                        org.openqa.selenium.support.ui.Clock clock,
                        org.openqa.selenium.support.ui.Sleeper sleeper)
Method Detail

doWait

public void doWait()
            throws InterruptedException
Specified by:
doWait in class ThucydidesFluentWait<T>
Throws:
InterruptedException


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.