Uses of Class
io.fluentlenium.core.FluentDriver
Packages that use FluentDriver
-
Uses of FluentDriver in io.fluentlenium.core.conditions
Methods in io.fluentlenium.core.conditions that return types with arguments of type FluentDriverModifier and TypeMethodDescriptionprotected Predicate<FluentDriver>
AtLeastOneElementConditions.buildAtLeastOnePredicate
(Predicate<FluentWebElement> predicate, boolean defaultValue) Build predicate for this condition.protected Predicate<FluentDriver>
EachElementConditions.buildEachElementPredicate
(Predicate<FluentWebElement> predicate, boolean defaultValue) Build predicate for this condition.