Class: OLE_QA::Framework::OLEFS::Main_Menu

Inherits:
Page show all
Defined in:
lib/olefs/pages/main_menu.rb

Overview

The OLE Financial System Main Menu Page

Instance Attribute Summary

Attributes inherited from Page

#lines, #url, #wait_on

Attributes inherited from Common_Object

#elements, #functions, #ole

Instance Method Summary collapse

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

#set_elements, #set_functions

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