Class: Information

Inherits:
BasePage
  • Object
show all
Includes:
JForumsResources
Defined in:
lib/sambal-cle/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

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

Instance Method Details

#information_textObject

Gets the information message on the page. Useful for verification.



440
441
442
# File 'lib/sambal-cle/page_objects/jforums.rb', line 440

def information_text
  frm.table(:class=>"forumline").span(:class=>"gen").text
end