Package net.thucydides.core.scheduling
Class NormalFluentWait<T>
java.lang.Object
net.thucydides.core.scheduling.ThucydidesFluentWait<T>
net.thucydides.core.scheduling.NormalFluentWait<T>
- All Implemented Interfaces:
org.openqa.selenium.support.ui.Wait<T>
-
Field Summary
Fields inherited from class net.thucydides.core.scheduling.ThucydidesFluentWait
interval, timeout
-
Constructor Summary
ConstructorsConstructorDescriptionNormalFluentWait
(T input) NormalFluentWait
(T input, Clock clock, org.openqa.selenium.support.ui.Sleeper sleeper) -
Method Summary
Methods inherited from class net.thucydides.core.scheduling.ThucydidesFluentWait
getClock, getInput, getSleeper, ignoring, pollingEvery, pollingEvery, timeoutException, until, withMessage, withMessage, withTimeout, withTimeout, withTimeoutOf
-
Constructor Details
-
NormalFluentWait
-
NormalFluentWait
-
-
Method Details
-
doWait
- Specified by:
doWait
in classThucydidesFluentWait<T>
- Throws:
InterruptedException
-