@Inherited @Target(value={FIELD,TYPE}) @Retention(value=RUNTIME) public @interface Wait
WaitHook,
WaitHookOptions| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends Throwable>[] |
ignoreAll
Throwables that will be ignored while waiting for a condition.
|
long |
pollingInterval
Time interval to wait between each condition check.
|
TimeUnit |
pollingTimeUnit
Time unit used for polling interval.
|
long |
timeout
Maximum amount of time to wait before throwing a
TimeoutException. |
TimeUnit |
timeUnit
Time unit used for timeout value.
|
boolean |
withNoDefaultsException
Enable this option to disable default exceptions from
FluentWait. |
public abstract long timeout
TimeoutException.public abstract TimeUnit timeUnit
public abstract long pollingInterval
public abstract TimeUnit pollingTimeUnit
public abstract boolean withNoDefaultsException
FluentWait.Copyright © 2016 FluentLenium. All Rights Reserved.