Uses of Interface
org.fluentlenium.core.conditions.FluentConditions
-
Packages that use FluentConditions Package Description org.fluentlenium.core.conditions org.fluentlenium.core.conditions.wait org.fluentlenium.core.domain org.fluentlenium.core.wait -
-
Uses of FluentConditions in org.fluentlenium.core.conditions
Subinterfaces of FluentConditions in org.fluentlenium.core.conditions Modifier and Type Interface Description interfaceFluentListConditionsConditions API for list of elements.Classes in org.fluentlenium.core.conditions that implement FluentConditions 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.classWebElementConditionsFluent object to handleExpectedConditionson FluentWebElement in fluentlenium API.Methods in org.fluentlenium.core.conditions that return FluentConditions Modifier and Type Method Description FluentConditionsFluentConditions. not()Negates this condition object. -
Uses of FluentConditions in org.fluentlenium.core.conditions.wait
Methods in org.fluentlenium.core.conditions.wait that return FluentConditions Modifier and Type Method Description static FluentConditionsWaitConditionProxy. element(FluentWait wait, java.lang.String context, java.util.function.Supplier<? extends FluentWebElement> elementSupplier)Build a wait proxy. -
Uses of FluentConditions in org.fluentlenium.core.domain
Methods in org.fluentlenium.core.domain that return FluentConditions Modifier and Type Method Description FluentConditionsFluentWebElement. conditions()Get a conditions object used to verify condition on this element. -
Uses of FluentConditions in org.fluentlenium.core.wait
Methods in org.fluentlenium.core.wait that return FluentConditions Modifier and Type Method Description FluentConditionsFluentWait. until(FluentWebElement element)FluentConditionsFluentWaitConditions. until(FluentWebElement element)Get a conditions object used to wait for condition on given element.FluentConditionsFluentWaitElement. until()Get a conditions object used to wait for condition on current element.FluentConditionsFluentWaitElement. until(FluentWebElement element)FluentConditionsFluentWaitElementList. until()Get a conditions object used to wait for condition on current elements.FluentConditionsFluentWaitElementList. until(FluentWebElement element)FluentConditionsFluentWaitElementList. untilEach()Get a conditions object used to wait for condition on current elements.FluentConditionsFluentWait. untilElement(java.util.function.Supplier<? extends FluentWebElement> element)FluentConditionsFluentWaitConditions. untilElement(java.util.function.Supplier<? extends FluentWebElement> element)Get a conditions object used to wait for a condition on given element.FluentConditionsFluentWaitElement. untilElement(java.util.function.Supplier<? extends FluentWebElement> selector)FluentConditionsFluentWaitElementList. untilElement(java.util.function.Supplier<? extends FluentWebElement> selector)
-