Uses of
Class
io.fluentlenium.core.conditions.AbstractObjectConditions
Packages that use AbstractObjectConditions
-
Uses of AbstractObjectConditions in io.fluentlenium.core.conditions
Subclasses of AbstractObjectConditions in io.fluentlenium.core.conditionsModifier and TypeClassDescriptionclass
Conditions for integerclass
Conditions for integerclass
Conditions for rectangle.class
Conditions for stringclass
Fluent object to handleExpectedConditions
on FluentWebElement in fluentlenium API.Methods in io.fluentlenium.core.conditions that return AbstractObjectConditionsModifier and TypeMethodDescriptionprotected abstract AbstractObjectConditions<T>
AbstractObjectConditions.newInstance
(boolean negationValue) Creates a new instance of this condition.protected AbstractObjectConditions<List<? extends FluentWebElement>>
DynamicIntegerConditionsImpl.newInstance
(boolean negationValue) protected AbstractObjectConditions<Integer>
IntegerConditionsImpl.newInstance
(boolean negationValue) protected AbstractObjectConditions<FluentWebElement>
WebElementConditions.newInstance
(boolean negationValue) AbstractObjectConditions.not()