Uses of
Interface
io.fluentlenium.core.conditions.FluentListConditions
Packages that use FluentListConditions
Package
Description
-
Uses of FluentListConditions in io.fluentlenium.core.conditions
Classes in io.fluentlenium.core.conditions that implement FluentListConditionsModifier and TypeClassDescriptionclass
Abstract class conditions on list of elements.class
Conditions for list of elements, matching when at least one element of the list matches.class
Conditions for list of elements, matching when each element matches.Methods in io.fluentlenium.core.conditions that return FluentListConditions -
Uses of FluentListConditions in io.fluentlenium.core.conditions.wait
Methods in io.fluentlenium.core.conditions.wait that return FluentListConditionsModifier and TypeMethodDescriptionstatic FluentListConditions
WaitConditionProxy.each
(FluentWait wait, String context, Supplier<? extends List<? extends FluentWebElement>> elementsSupplier) Build a wait proxy.static FluentListConditions
WaitConditionProxy.list
(FluentWait wait, String context, Supplier<? extends FluentListConditions> conditionsSupplier) Build a wait proxy.static FluentListConditions
WaitConditionProxy.one
(FluentWait wait, String context, Supplier<? extends List<? extends FluentWebElement>> elementsSupplier) Build a wait proxy.Method parameters in io.fluentlenium.core.conditions.wait with type arguments of type FluentListConditionsModifier and TypeMethodDescriptionstatic FluentListConditions
WaitConditionProxy.list
(FluentWait wait, String context, Supplier<? extends FluentListConditions> conditionsSupplier) Build a wait proxy. -
Uses of FluentListConditions in io.fluentlenium.core.domain
Methods in io.fluentlenium.core.domain that return FluentListConditionsModifier and TypeMethodDescriptionFluentList.awaitUntilEach()
Build a condition object on this element list that will match if each underlying element match, automatically waiting for condition to be verified.FluentListImpl.awaitUntilEach()
FluentList.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.FluentListImpl.awaitUntilOne()
FluentList.each()
Build a condition object on this element list that will match if each underlying element match.FluentListImpl.each()
FluentList.one()
Build a condition object on this element list that will match if one or more underlying element match.FluentListImpl.one()
-
Uses of FluentListConditions in io.fluentlenium.core.wait
Methods in io.fluentlenium.core.wait that return FluentListConditionsModifier and TypeMethodDescriptionFluentWait.until
(List<? extends FluentWebElement> elements) FluentWaitConditions.until
(List<? extends FluentWebElement> elements) Get a conditions object used to wait for a condition on given elements.FluentWaitElement.until
(List<? extends FluentWebElement> elements) FluentWaitElementList.until
(List<? extends FluentWebElement> elements) FluentWait.untilEach
(List<? extends FluentWebElement> elements) FluentWaitConditions.untilEach
(List<? extends FluentWebElement> elements) Get a conditions object used to wait for a condition on given elements.FluentWaitElement.untilEach
(List<? extends FluentWebElement> elements) FluentWaitElementList.untilEach
(List<? extends FluentWebElement> elements) FluentWait.untilEachElements
(Supplier<? extends List<? extends FluentWebElement>> elements) FluentWaitConditions.untilEachElements
(Supplier<? extends List<? extends FluentWebElement>> elements) Get a conditions object used to wait for a condition on given elements.FluentWaitElement.untilEachElements
(Supplier<? extends List<? extends FluentWebElement>> selector) FluentWaitElementList.untilEachElements
(Supplier<? extends List<? extends FluentWebElement>> selector) FluentWait.untilElements
(Supplier<? extends List<? extends FluentWebElement>> elements) FluentWaitConditions.untilElements
(Supplier<? extends List<? extends FluentWebElement>> elements) Get a conditions object used to wait for a condition on given elements.FluentWaitElement.untilElements
(Supplier<? extends List<? extends FluentWebElement>> selector) FluentWaitElementList.untilElements
(Supplier<? extends List<? extends FluentWebElement>> selector)