class AutomationObject::State::UnexpectedExtraWindowError

More than one expected new windows

Public Class Methods

new(message = 'Expecting only 1 extra window') click to toggle source
Calls superclass method
# File lib/automation_object/state/_error.rb, line 21
def initialize(message = 'Expecting only 1 extra window')
  super
end