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