| Methods in org.openqa.selenium.support.ui that return FluentWait |
FluentWait<T> |
FluentWait.ignoreAll(java.util.Collection<java.lang.Class<? extends java.lang.RuntimeException>> types)
Configures this instance to ignore specific types of exceptions while waiting for a condition. |
FluentWait<T> |
FluentWait.ignoring(java.lang.Class<? extends java.lang.RuntimeException> exceptionType)
|
FluentWait<T> |
FluentWait.ignoring(java.lang.Class<? extends java.lang.RuntimeException> firstType,
java.lang.Class<? extends java.lang.RuntimeException> secondType)
|
FluentWait<T> |
FluentWait.pollingEvery(long duration,
java.util.concurrent.TimeUnit unit)
Sets how often the condition should be evaluated. |
FluentWait<T> |
FluentWait.withTimeout(long duration,
java.util.concurrent.TimeUnit unit)
Sets how long to wait for the evaluated condition to be true. |