Class UnhandledAlertException

All Implemented Interfaces:
Serializable

public class UnhandledAlertException extends WebDriverException
See Also:
  • Constructor Details

    • UnhandledAlertException

      public UnhandledAlertException(String message)
    • UnhandledAlertException

      public UnhandledAlertException(String message, String alertText)
  • Method Details

    • getAlertText

      public String getAlertText()
      Returns:
      the text of the unhandled alert.
    • getAlert

      @Beta public Map<String,String> getAlert()