Uses of Interface
org.fluentlenium.core.conditions.FluentListConditions
-
Packages that use FluentListConditions Package Description org.fluentlenium.core.conditions org.fluentlenium.core.conditions.wait org.fluentlenium.core.domain org.fluentlenium.core.wait -
-
Uses of FluentListConditions in org.fluentlenium.core.conditions
Classes in org.fluentlenium.core.conditions that implement FluentListConditions Modifier and Type Class Description classAbstractFluentListConditionsAbstract class conditions on list of elements.classAtLeastOneElementConditionsConditions for list of elements, matching when at least one element of the list matches.classEachElementConditionsConditions for list of elements, matching when each element matches.Methods in org.fluentlenium.core.conditions that return FluentListConditions Modifier and Type Method Description FluentListConditionsFluentListConditions. not()Negates this condition object. -
Uses of FluentListConditions in org.fluentlenium.core.conditions.wait
Methods in org.fluentlenium.core.conditions.wait that return FluentListConditions Modifier and Type Method Description static FluentListConditionsWaitConditionProxy. each(FluentWait wait, java.lang.String context, java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elementsSupplier)Build a wait proxy.static FluentListConditionsWaitConditionProxy. list(FluentWait wait, java.lang.String context, java.util.function.Supplier<? extends FluentListConditions> conditionsSupplier)Build a wait proxy.static FluentListConditionsWaitConditionProxy. one(FluentWait wait, java.lang.String context, java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elementsSupplier)Build a wait proxy.Method parameters in org.fluentlenium.core.conditions.wait with type arguments of type FluentListConditions Modifier and Type Method Description static FluentListConditionsWaitConditionProxy. list(FluentWait wait, java.lang.String context, java.util.function.Supplier<? extends FluentListConditions> conditionsSupplier)Build a wait proxy. -
Uses of FluentListConditions in org.fluentlenium.core.domain
Methods in org.fluentlenium.core.domain that return FluentListConditions Modifier and Type Method Description FluentListConditionsFluentList. awaitUntilEach()Build a condition object on this element list that will match if each underlying element match, automatically waiting for condition to be verified.FluentListConditionsFluentListImpl. awaitUntilEach()FluentListConditionsFluentList. awaitUntilOne()Build a condition object on this element list that will match if one or more underlying element match, automatically waiting for condition to be verified.FluentListConditionsFluentListImpl. awaitUntilOne()FluentListConditionsFluentList. each()Build a condition object on this element list that will match if each underlying element match.FluentListConditionsFluentListImpl. each()FluentListConditionsFluentList. one()Build a condition object on this element list that will match if one or more underlying element match.FluentListConditionsFluentListImpl. one() -
Uses of FluentListConditions in org.fluentlenium.core.wait
Methods in org.fluentlenium.core.wait that return FluentListConditions Modifier and Type Method Description FluentListConditionsFluentWait. until(java.util.List<? extends FluentWebElement> elements)FluentListConditionsFluentWaitConditions. until(java.util.List<? extends FluentWebElement> elements)Get a conditions object used to wait for a condition on given elements.FluentListConditionsFluentWaitElement. until(java.util.List<? extends FluentWebElement> elements)FluentListConditionsFluentWaitElementList. until(java.util.List<? extends FluentWebElement> elements)FluentListConditionsFluentWait. untilEach(java.util.List<? extends FluentWebElement> elements)FluentListConditionsFluentWaitConditions. untilEach(java.util.List<? extends FluentWebElement> elements)Get a conditions object used to wait for a condition on given elements.FluentListConditionsFluentWaitElement. untilEach(java.util.List<? extends FluentWebElement> elements)FluentListConditionsFluentWaitElementList. untilEach(java.util.List<? extends FluentWebElement> elements)FluentListConditionsFluentWait. untilEachElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elements)FluentListConditionsFluentWaitConditions. untilEachElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elements)Get a conditions object used to wait for a condition on given elements.FluentListConditionsFluentWaitElement. untilEachElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> selector)FluentListConditionsFluentWaitElementList. untilEachElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> selector)FluentListConditionsFluentWait. untilElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elements)FluentListConditionsFluentWaitConditions. untilElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elements)Get a conditions object used to wait for a condition on given elements.FluentListConditionsFluentWaitElement. untilElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> selector)FluentListConditionsFluentWaitElementList. untilElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> selector)
-