F - the argument to pass to function calledpublic interface FluentWaitFunctional<F>
extends org.openqa.selenium.support.ui.Wait<F>
until(Function)| Modifier and Type | Method and Description |
|---|---|
<T> T |
until(com.google.common.base.Function<? super F,T> function)
Wait until the function returns a non-null and non-false object.
|
void |
until(com.google.common.base.Supplier<Boolean> booleanSupplier)
Wait until the supplier returns true.
|
void |
untilPredicate(com.google.common.base.Predicate<FluentControl> predicate)
Wait until the predicate returns true.
|
void untilPredicate(com.google.common.base.Predicate<FluentControl> predicate)
predicate - predicate condition to wait forvoid until(com.google.common.base.Supplier<Boolean> booleanSupplier)
booleanSupplier - supplier condition to wait for.<T> T until(com.google.common.base.Function<? super F,T> function)
until in interface org.openqa.selenium.support.ui.Wait<F>T - type of returned objectfunction - function returning a non-null and non-false object when condition is verified.Copyright © 2016 FluentLenium. All Rights Reserved.