Exception: AutomationObject::State::UnexpectedExtraWindowError
- Inherits:
-
StandardError
- Object
- StandardError
- AutomationObject::State::UnexpectedExtraWindowError
- Defined in:
- lib/automation_object/state/_error.rb
Overview
More than one expected new windows
Instance Method Summary collapse
-
#initialize(message = 'Expecting only 1 extra window') ⇒ UnexpectedExtraWindowError
constructor
A new instance of UnexpectedExtraWindowError.
Constructor Details
#initialize(message = 'Expecting only 1 extra window') ⇒ UnexpectedExtraWindowError
Returns a new instance of UnexpectedExtraWindowError
21 22 23 |
# File 'lib/automation_object/state/_error.rb', line 21 def initialize( = 'Expecting only 1 extra window') super end |