Package org.fluentlenium.core.hook.wait
Annotation Type Wait
-
@Inherited @Target({FIELD,TYPE}) @Retention(RUNTIME) public @interface WaitAnnotation to enable the Wait Hook.- See Also:
WaitHook,WaitHookOptions
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<? extends java.lang.Throwable>[]ignoreAllThrowables that will be ignored while waiting for a condition.longpollingIntervalTime interval to wait between each condition check.java.util.concurrent.TimeUnitpollingTimeUnitTime unit used for polling interval.longtimeoutMaximum amount of time to wait before throwing aTimeoutException.java.util.concurrent.TimeUnittimeUnitTime unit used for timeout value.booleanwithNoDefaultsExceptionEnable this option to disable default exceptions fromFluentWait.
-
-
-
-
withNoDefaultsException
boolean withNoDefaultsException
Enable this option to disable default exceptions fromFluentWait.- Returns:
- boolean
- Default:
- false
-
-