Uses of
Class
io.fluentlenium.core.conditions.AbstractObjectConditions
-
Uses of AbstractObjectConditions in io.fluentlenium.core.conditions
Modifier and TypeClassDescriptionclass
Conditions for integerclass
Conditions for integerclass
Conditions for rectangle.class
Conditions for stringclass
Fluent object to handleExpectedConditions
on FluentWebElement in fluentlenium API.Modifier 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()