Class CaseSensitiveText
java.lang.Object
com.codeborne.selenide.Condition
com.codeborne.selenide.conditions.TextCondition
com.codeborne.selenide.conditions.CaseSensitiveText
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.codeborne.selenide.conditions.TextCondition
check, toString
Methods inherited from class com.codeborne.selenide.Condition
actualValue, and, apply, attribute, attribute, attributeMatching, be, because, cssClass, cssValue, exactOwnText, exactOwnTextCaseSensitive, exactText, exactTextCaseSensitive, exactValue, getName, have, href, id, innerText, match, matchText, missingElementSatisfiesCondition, name, negate, not, or, ownText, ownTextCaseSensitive, partialText, partialTextCaseSensitive, partialValue, pseudo, pseudo, selectedText, tagName, text, textCaseSensitive, type, value
-
Constructor Details
-
CaseSensitiveText
-
-
Method Details
-
getText
@Nullable @CheckReturnValue protected String getText(Driver driver, org.openqa.selenium.WebElement element) - Overrides:
getText
in classTextCondition
-
match
- Specified by:
match
in classTextCondition
-
match
- Overrides:
match
in classTextCondition
-