Package com.codeborne.selenide.ex
Class ElementWithTextNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- com.codeborne.selenide.ex.UIAssertionError
-
- com.codeborne.selenide.ex.ElementWithTextNotFound
-
- All Implemented Interfaces:
java.io.Serializable
@ParametersAreNonnullByDefault public class ElementWithTextNotFound extends UIAssertionError
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.codeborne.selenide.ex.UIAssertionError
timeoutMs
-
-
Constructor Summary
Constructors Constructor Description ElementWithTextNotFound(WebElementsCollection collection, java.util.List<java.lang.String> actualTexts, java.util.List<java.lang.String> expectedTexts, java.lang.String explanation, long timeoutMs, java.lang.Throwable lastError)
-
Method Summary
-
Methods inherited from class com.codeborne.selenide.ex.UIAssertionError
getMessage, getScreenshot, toString, uiDetails, wrap, wrap
-
-
-
-
Constructor Detail
-
ElementWithTextNotFound
public ElementWithTextNotFound(WebElementsCollection collection, java.util.List<java.lang.String> actualTexts, java.util.List<java.lang.String> expectedTexts, @Nullable java.lang.String explanation, long timeoutMs, @Nullable java.lang.Throwable lastError)
-
-