Uses of Class
org.fluentlenium.core.FluentDriver
-
Packages that use FluentDriver Package Description org.fluentlenium.core.conditions -
-
Uses of FluentDriver in org.fluentlenium.core.conditions
Methods in org.fluentlenium.core.conditions that return types with arguments of type FluentDriver Modifier and Type Method Description protected java.util.function.Predicate<FluentDriver>AtLeastOneElementConditions. buildAtLeastOnePredicate(java.util.function.Predicate<FluentWebElement> predicate, boolean defaultValue)Build predicate for this condition.protected java.util.function.Predicate<FluentDriver>EachElementConditions. buildEachElementPredicate(java.util.function.Predicate<FluentWebElement> predicate, boolean defaultValue)Build predicate for this condition.
-