Class AnyMatch
- java.lang.Object
-
- com.codeborne.selenide.CollectionCondition
-
- com.codeborne.selenide.collections.PredicateCollectionCondition
-
- com.codeborne.selenide.collections.AnyMatch
-
- All Implemented Interfaces:
java.util.function.Predicate<java.util.List<org.openqa.selenium.WebElement>>
@ParametersAreNonnullByDefault public class AnyMatch extends PredicateCollectionCondition
-
-
Field Summary
-
Fields inherited from class com.codeborne.selenide.collections.PredicateCollectionCondition
description, matcher, predicate
-
Fields inherited from class com.codeborne.selenide.CollectionCondition
empty, explanation
-
-
Constructor Summary
Constructors Constructor Description AnyMatch(java.lang.String description, java.util.function.Predicate<org.openqa.selenium.WebElement> predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(java.util.List<org.openqa.selenium.WebElement> elements)-
Methods inherited from class com.codeborne.selenide.collections.PredicateCollectionCondition
applyNull, fail, toString
-
Methods inherited from class com.codeborne.selenide.CollectionCondition
allMatch, anyMatch, because, exactTexts, exactTexts, exactTextsCaseSensitiveInAnyOrder, exactTextsCaseSensitiveInAnyOrder, itemWithText, noneMatch, size, sizeGreaterThan, sizeGreaterThanOrEqual, sizeLessThan, sizeLessThanOrEqual, sizeNotEqual, texts, texts, textsInAnyOrder, textsInAnyOrder
-
-