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

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

public class FluentWaitWithRefresh<T>
extends ThucydidesFluentWait<T>


Field Summary
 
Fields inherited from class net.thucydides.core.scheduling.ThucydidesFluentWait
FIVE_HUNDRED_MILLIS, interval, timeout
 
Constructor Summary
FluentWaitWithRefresh(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

FluentWaitWithRefresh

public FluentWaitWithRefresh(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.