Class AttributeFilterPredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<FluentWebElement>

    public class AttributeFilterPredicate
    extends java.lang.Object
    implements java.util.function.Predicate<FluentWebElement>
    Filter a FluentWebElement collection to return only the elements with the same text
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(FluentWebElement element)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or