Uses of Interface
org.fluentlenium.core.conditions.Conditions
-
Packages that use Conditions Package Description org.fluentlenium.core.conditions org.fluentlenium.core.conditions.wait org.fluentlenium.core.wait -
-
Uses of Conditions in org.fluentlenium.core.conditions
Classes in org.fluentlenium.core.conditions with type parameters of type Conditions Modifier and Type Class Description classBaseObjectListConditions<T,C extends Conditions<T>>Base condition for list of objectsSubinterfaces of Conditions in org.fluentlenium.core.conditions Modifier and Type Interface Description interfaceAbstractIntegerConditions<T,C extends AbstractIntegerConditions>Common interface for Integer conditions.interfaceFluentConditionsConditions API for elements.interfaceFluentListConditionsConditions API for list of elements.interfaceIntegerConditionsConditions API for Integer.interfaceListIntegerConditionsConditions API for FluentLists.interfaceRectangleConditionsConditions API for RectangleinterfaceStringConditionsConditions API from String.Classes in org.fluentlenium.core.conditions that implement Conditions Modifier and Type Class Description classAbstractFluentListConditionsAbstract class conditions on list of elements.classAbstractObjectConditions<T>Abstract implementation supported negation and instantiation.classAtLeastOneElementConditionsConditions for list of elements, matching when at least one element of the list matches.classDynamicIntegerConditionsImplConditions for integerclassEachElementConditionsConditions for list of elements, matching when each element matches.classIntegerConditionsImplConditions for integerclassIntegerListConditionsImplConditions for list of integers.classRectangleConditionsImplConditions for rectangle.classRectangleListConditionsImplConditions for list of rectangles.classStringConditionsImplConditions for stringclassStringListConditionsImplConditions for list of string.classWebElementConditionsFluent object to handleExpectedConditionson FluentWebElement in fluentlenium API.Fields in org.fluentlenium.core.conditions declared as Conditions Modifier and Type Field Description protected Conditions<FluentWebElement>BaseObjectListConditions. conditionsMethods in org.fluentlenium.core.conditions that return Conditions Modifier and Type Method Description Conditions<T>Conditions. not()Negates this condition object.Constructors in org.fluentlenium.core.conditions with parameters of type Conditions Constructor Description BaseObjectListConditions(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,T> objectGetter, java.util.function.Function<FluentWebElement,C> conditionsGetter)Creates a new list conditionsIntegerListConditionsImpl(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,java.lang.Integer> objectGetter)Creates a new list conditions, with default integer condition implementationIntegerListConditionsImpl(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,java.lang.Integer> objectGetter, java.util.function.Function<FluentWebElement,IntegerConditions> conditionsGetter)Creates a new list conditionsRectangleListConditionsImpl(Conditions<FluentWebElement> conditions)Creates a new list of rectangles conditions, using rectangle of the conditions elementRectangleListConditionsImpl(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,org.openqa.selenium.Rectangle> objectGetter, java.util.function.Function<FluentWebElement,RectangleConditions> conditionsGetter)Creates a new list of rectangles conditionsStringListConditionsImpl(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,java.lang.String> objectGetter, java.util.function.Function<FluentWebElement,StringConditions> conditionsGetter)Creates a new list of string conditions -
Uses of Conditions in org.fluentlenium.core.conditions.wait
Classes in org.fluentlenium.core.conditions.wait with type parameters of type Conditions Modifier and Type Class Description classWaitConditionInvocationHandler<C extends Conditions<?>>Invocation handler used to wait for a particular conditions call.Methods in org.fluentlenium.core.conditions.wait with type parameters of type Conditions Modifier and Type Method Description static <C extends Conditions<?>>
CWaitConditionProxy. custom(java.lang.Class<C> conditionClass, FluentWait wait, java.lang.String context, java.util.function.Supplier<C> conditionsSupplier)Build a wait proxy. -
Uses of Conditions in org.fluentlenium.core.wait
Methods in org.fluentlenium.core.wait with type parameters of type Conditions Modifier and Type Method Description protected <T extends Conditions<?>>
voidBaseWaitConditions. until(FluentWait wait, T condition, T messageBuilder, java.util.function.Function<T,java.lang.Boolean> conditionFunction)Perform the wait.
-