Class AllMatch

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

@ParametersAreNonnullByDefault public class AllMatch extends PredicateCollectionCondition
  • Constructor Details

    • AllMatch

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

    • test

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