Exception: Async::WebDriver::NoSuchAlertError

Inherits:
Error
  • Object
show all
Defined in:
lib/async/webdriver/error.rb

Overview

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

Constant Summary collapse

CODE =
"no such alert"