Class PredicateCollectionCondition

java.lang.Object
com.codeborne.selenide.CollectionCondition
com.codeborne.selenide.collections.PredicateCollectionCondition
All Implemented Interfaces:
Predicate<List<org.openqa.selenium.WebElement>>
Direct Known Subclasses:
AllMatch, AnyMatch, NoneMatch

@ParametersAreNonnullByDefault public abstract class PredicateCollectionCondition extends CollectionCondition
  • Field Details

    • matcher

      protected final String matcher
    • description

      protected final String description
    • predicate

      protected final Predicate<org.openqa.selenium.WebElement> predicate
  • Constructor Details

    • PredicateCollectionCondition

      protected PredicateCollectionCondition(String matcher, String description, Predicate<org.openqa.selenium.WebElement> predicate)
  • Method Details