Class: CalendarBase
- Defined in:
- lib/sakai-cle-test-api/page_objects/calendar.rb
Direct Known Subclasses
AddEditEvent, AddEditFields, Calendar, EventDetail, EventFrequency
Class Method Summary collapse
Methods inherited from BasePage
basic_page_elements, frame_element
Methods inherited from PageMaker
element, expected_element, expected_title, #initialize, #method_missing, page_url
Constructor Details
This class inherits a constructor from PageMaker
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class PageMaker
Class Method Details
.menu_elements ⇒ Object
7 8 9 10 11 12 13 14 15 16 |
# File 'lib/sakai-cle-test-api/page_objects/calendar.rb', line 7 def # AddEditEvent action(:add_event) { |b| b.frm.link(:text=>"Add").click } # AddEditFields action(:fields) { |b| b.frm.link(:text=>"Fields").click } # ImportStepOne action(:import) { |b| b.frm.link(:text=>"Import").click } end |