public class AttributeFilterPredicate extends Object implements java.util.function.Predicate<FluentWebElement>
| Constructor and Description |
|---|
AttributeFilterPredicate(AttributeFilter filter)
Creates a new Attribute Filter Predicated, from an attribute filter
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(FluentWebElement element) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic AttributeFilterPredicate(AttributeFilter filter)
filter - attribute filterpublic boolean test(FluentWebElement element)
test in interface java.util.function.Predicate<FluentWebElement>Copyright © 2017 FluentLenium. All Rights Reserved.