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
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class com.codeborne.selenide.ex.UIAssertionError
getScreenshot, uiDetails, wrap
-
-
-
-
Constructor Detail
-
DialogTextMismatch
public DialogTextMismatch(Driver driver, java.lang.String actualText, java.lang.String expectedText)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUIAssertionError
-
-