Package com.codeborne.selenide.ex
Class DialogTextMismatch
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- com.codeborne.selenide.ex.UIAssertionError
-
- com.codeborne.selenide.ex.DialogTextMismatch
-
- All Implemented Interfaces:
java.io.Serializable
@ParametersAreNonnullByDefault public class DialogTextMismatch extends UIAssertionError
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.codeborne.selenide.ex.UIAssertionError
timeoutMs
-
-
Constructor Summary
Constructors Constructor Description DialogTextMismatch(Driver driver, java.lang.String actualText, java.lang.String expectedText)
-
Method Summary
-
Methods inherited from class com.codeborne.selenide.ex.UIAssertionError
getMessage, getScreenshot, toString, uiDetails, wrap, wrap
-
-
-
-
Constructor Detail
-
DialogTextMismatch
public DialogTextMismatch(Driver driver, java.lang.String actualText, java.lang.String expectedText)
-
-