Uses of
Interface
io.fluentlenium.core.conditions.FluentListConditions
Package
Description
-
Uses of FluentListConditions in io.fluentlenium.core.conditions
Modifier 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. -
Uses of FluentListConditions in io.fluentlenium.core.conditions.wait
Modifier 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.Modifier 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
Modifier 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
Modifier 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)