Class: OLE_QA::Framework::OLEFS::Main_Menu
- Inherits:
-
Page
- Object
- Common_Object
- Page
- OLE_QA::Framework::OLEFS::Main_Menu
- Defined in:
- lib/olefs/pages/main_menu.rb
Overview
The OLE Financial System Main Menu Page
Instance Attribute Summary
Attributes inherited from Page
Attributes inherited from Common_Object
Instance Method Summary collapse
-
#initialize(ole_session) ⇒ Main_Menu
constructor
Set URL and initialize.
Methods inherited from Page
#lookup, #lookup_url, #open, #set_elements, #set_functions, #set_line, #wait_for_element, #wait_for_elements, #wait_for_page_to_load
Methods inherited from Common_Object
Methods included from Helpers
#browser, #load_yml, #set_element, #set_function
Constructor Details
#initialize(ole_session) ⇒ Main_Menu
Set URL and initialize.
19 20 21 |
# File 'lib/olefs/pages/main_menu.rb', line 19 def initialize(ole_session) super(ole_session, ole_session.url) end |