Class ContainExactTextsCaseSensitive
java.lang.Object
com.codeborne.selenide.WebElementsCondition
com.codeborne.selenide.collections.ContainExactTextsCaseSensitive
@ParametersAreNonnullByDefault
public class ContainExactTextsCaseSensitive
extends WebElementsCondition
-
Field Summary
Fields inherited from class com.codeborne.selenide.WebElementsCondition
explanation
-
Constructor Summary
ConstructorDescriptionContainExactTextsCaseSensitive
(String... expectedTexts) ContainExactTextsCaseSensitive
(List<String> expectedTexts) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
ContainExactTextsCaseSensitive
-
ContainExactTextsCaseSensitive
-
-
Method Details
-
check
@CheckReturnValue @Nonnull public CheckResult check(Driver driver, List<org.openqa.selenium.WebElement> elements) - Overrides:
check
in classWebElementsCondition
-
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
-