|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FluentWait | |
|---|---|
| org.openqa.selenium.support.ui | |
| Uses of FluentWait in org.openqa.selenium.support.ui |
|---|
| Subclasses of FluentWait in org.openqa.selenium.support.ui | |
|---|---|
class |
WebDriverWait
A specialization of FluentWait that uses WebDriver instances. |
| Methods in org.openqa.selenium.support.ui that return FluentWait | ||
|---|---|---|
|
FluentWait.ignoreAll(Collection<Class<? extends K>> types)
Configures this instance to ignore specific types of exceptions while waiting for a condition. |
|
FluentWait<T> |
FluentWait.ignoring(Class<? extends Throwable> exceptionType)
|
|
FluentWait<T> |
FluentWait.ignoring(Class<? extends Throwable> firstType,
Class<? extends Throwable> secondType)
|
|
FluentWait<T> |
FluentWait.pollingEvery(long duration,
TimeUnit unit)
Sets how often the condition should be evaluated. |
|
FluentWait<T> |
FluentWait.withMessage(String message)
Sets the message to be displayed when time expires. |
|
FluentWait<T> |
FluentWait.withTimeout(long duration,
TimeUnit unit)
Sets how long to wait for the evaluated condition to be true. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||