Class AllMatch
java.lang.Object
com.codeborne.selenide.WebElementsCondition
com.codeborne.selenide.collections.PredicateCollectionCondition
com.codeborne.selenide.collections.AllMatch
-
Field Summary
Fields inherited from class com.codeborne.selenide.collections.PredicateCollectionCondition
description, matcher, predicate
Fields inherited from class com.codeborne.selenide.WebElementsCondition
explanation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.codeborne.selenide.collections.PredicateCollectionCondition
fail, toString
Methods inherited from class com.codeborne.selenide.WebElementsCondition
because, check, errorMessage, expectedValue, missingElementsSatisfyCondition, or
-
Constructor Details
-
AllMatch
-
-
Method Details
-
check
@Nonnull @CheckReturnValue public CheckResult check(Driver driver, List<org.openqa.selenium.WebElement> elements) - Overrides:
check
in classWebElementsCondition
-