Class NoneMatch

  • All Implemented Interfaces:
    java.util.function.Predicate<java.util.List<org.openqa.selenium.WebElement>>

    @ParametersAreNonnullByDefault
    public class NoneMatch
    extends PredicateCollectionCondition
    • Constructor Detail

      • NoneMatch

        public NoneMatch​(java.lang.String description,
                         java.util.function.Predicate<org.openqa.selenium.WebElement> predicate)
    • Method Detail

      • test

        public boolean test​(java.util.List<org.openqa.selenium.WebElement> elements)