| Package | Description |
|---|---|
| com.qmetry.qaf.automation.ui.util |
| Modifier and Type | Class and Description |
|---|---|
class |
QAFWebDriverWait
A specialization of
DynamicWait that uses WebDriver instances. |
class |
QAFWebElementWait
A specialization of
DynamicWait that uses WebDriver instances. |
| Modifier and Type | Method and Description |
|---|---|
DynamicWait<T> |
DynamicWait.ignoring(java.lang.Class<? extends java.lang.Throwable>... types)
Configures this instance to ignore specific types of exceptions while
waiting for a condition.
|
DynamicWait<T> |
DynamicWait.pollingEvery(long duration,
java.util.concurrent.TimeUnit unit)
Sets how often the condition should be evaluated.
|
DynamicWait<T> |
DynamicWait.withMessage(java.lang.String message)
Sets the message to be displayed when time expires.
|
DynamicWait<T> |
DynamicWait.withMessage(com.google.common.base.Supplier<java.lang.String> messageSupplier)
Sets the message to be evaluated and displayed when time expires.
|
DynamicWait<T> |
DynamicWait.withTimeout(long duration,
java.util.concurrent.TimeUnit unit)
Sets how long to wait for the evaluated condition to be true.
|
Copyright © 2000 Infostretch Corp.