Class Attributes
java.lang.Object
com.codeborne.selenide.WebElementsCondition
com.codeborne.selenide.collections.Attributes
-
Field Summary
Fields inherited from class com.codeborne.selenide.WebElementsCondition
explanation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fail
(CollectionSource collection, CheckResult lastCheckResult, @Nullable 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
-
expectedValues
-
attribute
-
-
Constructor Details
-
Attributes
-
-
Method Details
-
check
- 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
-