Exception: AutomationObject::State::UnexpectedExtraWindowError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/automation_object/state/_error.rb

Overview

More than one expected new windows

Instance Method Summary collapse

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(message = 'Expecting only 1 extra window')
  super
end