Exception: Selenium::WebDriver::Error::NoSuchAlertError

Inherits:
WebDriverError
  • Object
show all
Defined in:
lib/selenium/webdriver/common/error.rb

Overview

An attempt was made to operate on a modal dialog when one was not open:

* W3C dialect is NoSuchAlertError
* OSS dialect is NoAlertPresentError

We want to allow clients to rescue NoSuchAlertError as a superclass for dialect-agnostic implementation, so NoAlertPresentError should inherit from it.

Direct Known Subclasses

NoAlertPresentError