public final class WaitConditionProxy extends Object
| Modifier and Type | Method and Description |
|---|---|
static <C extends Conditions<?>> |
custom(Class<C> conditionClass,
FluentWait wait,
String context,
com.google.common.base.Supplier<C> conditionsSupplier)
Build a wait proxy.
|
static FluentListConditions |
each(FluentWait wait,
String context,
com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> elementsSupplier)
Build a wait proxy.
|
static FluentConditions |
element(FluentWait wait,
String context,
com.google.common.base.Supplier<? extends FluentWebElement> elementSupplier)
Build a wait proxy.
|
static FluentListConditions |
list(FluentWait wait,
String context,
com.google.common.base.Supplier<? extends FluentListConditions> conditionsSupplier)
Build a wait proxy.
|
static FluentListConditions |
one(FluentWait wait,
String context,
com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> elementsSupplier)
Build a wait proxy.
|
public static FluentListConditions each(FluentWait wait, String context, com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> elementsSupplier)
wait - Fluent waitcontext - Message contextelementsSupplier - Supplier for elements to wait.public static FluentListConditions one(FluentWait wait, String context, com.google.common.base.Supplier<? extends List<? extends FluentWebElement>> elementsSupplier)
wait - Fluent waitcontext - Message contextelementsSupplier - Supplier for elements to wait.public static FluentListConditions list(FluentWait wait, String context, com.google.common.base.Supplier<? extends FluentListConditions> conditionsSupplier)
wait - Fluent waitcontext - Message contextconditionsSupplier - Supplier for elements to wait.public static FluentConditions element(FluentWait wait, String context, com.google.common.base.Supplier<? extends FluentWebElement> elementSupplier)
wait - Fluent waitcontext - Message contextelementSupplier - Supplier for element to wait.public static <C extends Conditions<?>> C custom(Class<C> conditionClass, FluentWait wait, String context, com.google.common.base.Supplier<C> conditionsSupplier)
C - condition typeconditionClass - condition classwait - Fluent waitcontext - Message contextconditionsSupplier - Supplier for elements to wait.Copyright © 2016 FluentLenium. All Rights Reserved.