Class ExactTexts
java.lang.Object
com.codeborne.selenide.WebElementsCondition
com.codeborne.selenide.collections.ExactTexts
- Direct Known Subclasses:
AppiumAttributeValues
,ExactTextsCaseSensitive
,ExactTextsCaseSensitiveInAnyOrder
,Texts
,TextsInAnyOrder
-
Field Summary
Fields inherited from class com.codeborne.selenide.WebElementsCondition
explanation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
void
fail
(CollectionSource collection, CheckResult lastCheckResult, Exception cause, long timeoutMs) Override this method if you want to customize error class or descriptiontoString()
Methods inherited from class com.codeborne.selenide.WebElementsCondition
because, check, errorMessage, expectedValue, missingElementsSatisfyCondition, or
-
Field Details
-
expectedTexts
-
-
Constructor Details
-
ExactTexts
-
ExactTexts
-
-
Method Details
-
check
- Overrides:
check
in classWebElementsCondition
-
check
-
fail
public void fail(CollectionSource collection, CheckResult lastCheckResult, @Nullable Exception cause, long timeoutMs) Description copied from class:WebElementsCondition
Override this method if you want to customize error class or description- Overrides:
fail
in classWebElementsCondition
-
toString
- Specified by:
toString
in classWebElementsCondition
-