Class NoneMatch

All Implemented Interfaces:
Predicate<List<org.openqa.selenium.WebElement>>

@ParametersAreNonnullByDefault public class NoneMatch extends PredicateCollectionCondition
  • Constructor Details

    • NoneMatch

      public NoneMatch(String description, Predicate<org.openqa.selenium.WebElement> predicate)
  • Method Details

    • test

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