Class: Syllabus
- Inherits:
-
SyllabusBase
- Object
- PageFactory
- BasePage
- SyllabusBase
- Syllabus
- Defined in:
- lib/sambal-cle/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
Methods inherited from BasePage
basic_page_elements, button, damballa, frame_element, link
Instance Method Details
#attachments_list ⇒ Object
30 31 32 33 34 |
# File 'lib/sambal-cle/page_objects/syllabus.rb', line 30 def list = [] frm.div(:class=>"portletBody").links.each { |link| list << link.text } return list end |