Class DialogTextMismatch

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.opentest4j.AssertionFailedError
com.codeborne.selenide.ex.UIAssertionError
com.codeborne.selenide.ex.DialogTextMismatch
All Implemented Interfaces:
Serializable

@ParametersAreNonnullByDefault public class DialogTextMismatch extends UIAssertionError
See Also:
  • Constructor Details

    • DialogTextMismatch

      public DialogTextMismatch(Driver driver, String expectedText, String actualText)