public interface FluentListConditions extends FluentConditions
| Modifier and Type | Method and Description |
|---|---|
FluentListConditions |
not()
Negates this condition object.
|
boolean |
present()
Check that this element is present.
|
AbstractIntegerConditions |
size()
Check that this element list has the given size.
|
boolean |
size(int size)
Check that this element list has the given size.
|
boolean |
verify(java.util.function.Predicate<FluentWebElement> predicate,
boolean defaultValue)
Check that the given predicate is verified.
|
attribute, attribute, className, clickable, displayed, enabled, id, id, name, name, rectangle, selected, stale, tagName, tagName, text, text, textContent, textContent, value, valueverifyFluentListConditions not()
not in interface Conditions<FluentWebElement>not in interface FluentConditionsboolean verify(java.util.function.Predicate<FluentWebElement> predicate, boolean defaultValue)
predicate - predicate to checkdefaultValue - default value if input is not presentboolean present()
present in interface FluentConditionsboolean size(int size)
size - size of the listAbstractIntegerConditions size()
Copyright © 2018 FluentLenium. All Rights Reserved.