Uses of Class
net.thucydides.core.scheduling.ThucydidesFluentWait
| Package | Description |
|---|---|
| net.serenitybdd.core.pages | |
| net.thucydides.core.scheduling |
-
Uses of ThucydidesFluentWait in net.serenitybdd.core.pages
Methods in net.serenitybdd.core.pages that return ThucydidesFluentWait Modifier and Type Method Description ThucydidesFluentWait<org.openqa.selenium.WebDriver>RenderedPageObjectView. waitForCondition()ThucydidesFluentWait<org.openqa.selenium.WebDriver>PageObject. waitForWithRefresh() -
Uses of ThucydidesFluentWait in net.thucydides.core.scheduling
Subclasses of ThucydidesFluentWait in net.thucydides.core.scheduling Modifier and Type Class Description classFluentWaitWithRefresh<T>classNormalFluentWait<T>Fields in net.thucydides.core.scheduling declared as ThucydidesFluentWait Modifier and Type Field Description protected ThucydidesFluentWait<T>TimeSchedule. fluentWaitMethods in net.thucydides.core.scheduling that return ThucydidesFluentWait Modifier and Type Method Description ThucydidesFluentWait<T>TimeSchedule. hour()ThucydidesFluentWait<T>TimeSchedule. hours()ThucydidesFluentWait<T>ThucydidesFluentWait. ignoring(java.lang.Class<? extends java.lang.RuntimeException>... types)ThucydidesFluentWait<T>TimeSchedule. milliseconds()ThucydidesFluentWait<T>TimeSchedule. minute()ThucydidesFluentWait<T>TimeSchedule. minutes()ThucydidesFluentWait<T>ThucydidesFluentWait. pollingEvery(long duration, java.util.concurrent.TimeUnit unit)ThucydidesFluentWait<T>TimeSchedule. second()ThucydidesFluentWait<T>TimeSchedule. seconds()protected ThucydidesFluentWait<T>PollingSchedule. updateWaitBy(int amount, java.util.concurrent.TimeUnit unit)protected ThucydidesFluentWait<T>TimeoutSchedule. updateWaitBy(int amount, java.util.concurrent.TimeUnit unit)protected abstract ThucydidesFluentWait<T>TimeSchedule. updateWaitBy(int amount, java.util.concurrent.TimeUnit unit)ThucydidesFluentWait<T>ThucydidesFluentWait. withMessage(java.lang.String message)Sets the message to be displayed when time expires.ThucydidesFluentWait<T>ThucydidesFluentWait. withMessage(java.util.function.Supplier<java.lang.String> messageSupplier)Sets the message to be evaluated and displayed when time expires.ThucydidesFluentWait<T>ThucydidesFluentWait. withTimeout(long duration, java.util.concurrent.TimeUnit unit)ThucydidesFluentWait<T>ThucydidesFluentWait. withTimeout(java.time.Duration timeout)Constructors in net.thucydides.core.scheduling with parameters of type ThucydidesFluentWait Constructor Description PollingSchedule(ThucydidesFluentWait<T> fluentWait, int amount)TimeoutSchedule(ThucydidesFluentWait<T> fluentWait, int amount)TimeSchedule(ThucydidesFluentWait<T> fluentWait, int amount)