class Selenium::WebDriver::Error::NoSuchAlertError
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.