Class: AutomationObject::BluePrint::PageObjectAdapter::Screen

Inherits:
Composite
  • Object
show all
Defined in:
lib/automation_object/blue_print/page_object_adapter/screen.rb

Overview

Screen composite

Instance Method Summary collapse

Instance Method Details

#automatic_screen_changesArray<Symbol>

Returns array of screens where screen can automatically change to

Returns:

  • (Array<Symbol>)

    array of screens where screen can automatically change to



27
28
29
30
# File 'lib/automation_object/blue_print/page_object_adapter/screen.rb', line 27

def automatic_screen_changes
  screen_array = get_property(:automatic_screen_changes) || []
  screen_array.map(&:to_sym)
end