Class: AutomationObject::BluePrint::PageObjectAdapter::Screen
- Inherits:
-
Composite
- Object
- Composite
- AutomationObject::BluePrint::PageObjectAdapter::Screen
- Defined in:
- lib/automation_object/blue_print/page_object_adapter/screen.rb
Overview
Screen composite
Instance Method Summary collapse
-
#automatic_screen_changes ⇒ Array<Symbol>
Array of screens where screen can automatically change to.
Instance Method Details
#automatic_screen_changes ⇒ Array<Symbol>
Returns 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 |