Class: Information
- Includes:
- JForumsResources
- Defined in:
- lib/sakai-cle-test-api/page_objects/jforums.rb
Overview
The page that appears when you’ve done something in discussions, like sent a Private Message.
Instance Method Summary collapse
-
#information_text ⇒ Object
Gets the information message on the page.
Methods included from JForumsResources
#discussion_home, #manage, #member_listing, #my_bookmarks, #my_profile, #private_messages, #search
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
#information_text ⇒ Object
Gets the information message on the page. Useful for verification.
440 441 442 |
# File 'lib/sakai-cle-test-api/page_objects/jforums.rb', line 440 def information_text frm.table(:class=>"forumline").span(:class=>"gen").text end |