Class: Syllabus

Inherits:
SyllabusBase show all
Defined in:
lib/sakai-cle-test-api/page_objects/syllabus.rb

Overview

The topmost page in the Syllabus feature. If there are no syllabus items it will appear differently than if there are.

Instance Method Summary collapse

Methods inherited from SyllabusBase

menu_elements

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

Instance Method Details

#attachments_listObject



30
31
32
33
34
# File 'lib/sakai-cle-test-api/page_objects/syllabus.rb', line 30

def attachments_list
  list = []
  frm.div(:class=>"portletBody").links.each { |link| list << link.text }
  return list
end