Class CustomMatch
- java.lang.Object
-
- com.codeborne.selenide.Condition
-
- com.codeborne.selenide.conditions.CustomMatch
-
@ParametersAreNonnullByDefault public class CustomMatch extends Condition
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.function.Predicate<org.openqa.selenium.WebElement>predicate
-
Constructor Summary
Constructors Constructor Description CustomMatch(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 booleanapply(Driver driver, org.openqa.selenium.WebElement element)Check if given element matches this condition.java.lang.StringtoString()-
Methods inherited from class com.codeborne.selenide.Condition
actualValue, and, applyNull, attribute, attribute, attributeMatching, be, because, cssClass, cssValue, exactText, exactTextCaseSensitive, exactValue, getName, have, id, match, matchesText, matchText, missingElementSatisfiesCondition, name, negate, not, or, pseudo, pseudo, selectedText, text, textCaseSensitive, type, value
-
-