Class ExactOwnTextCaseSensitive
java.lang.Object
com.codeborne.selenide.Condition
com.codeborne.selenide.conditions.TextCondition
com.codeborne.selenide.conditions.ExactOwnTextCaseSensitive
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.codeborne.selenide.conditions.TextCondition
check, match, 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
-
ExactOwnTextCaseSensitive
-
-
Method Details
-
match
- Specified by:
match
in classTextCondition
-
getText
@Nullable @CheckReturnValue protected String getText(Driver driver, org.openqa.selenium.WebElement element) - Overrides:
getText
in classTextCondition
-