Class: Rwiki
- Defined in:
- lib/sakai-cle-test-api/page_objects/rwiki.rb
Instance Method Summary collapse
Methods inherited from RwikiBase
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
#open_wiki(title) ⇒ Object
26 27 28 |
# File 'lib/sakai-cle-test-api/page_objects/rwiki.rb', line 26 def open_wiki(title) frm.link(:text=>title).click end |
#wiki_href(title) ⇒ Object
30 31 32 |
# File 'lib/sakai-cle-test-api/page_objects/rwiki.rb', line 30 def wiki_href(title) frm.link(:text=>title).href end |