Class: DiscussionSearch

Inherits:
BasePage show all
Includes:
JForumsResources
Defined in:
lib/sakai-cle-test-api/page_objects/jforums.rb

Overview

The Discussion Forums Search page.

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

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

#click_searchObject

Clicks the Search button on the page, then instantiates the JForums class.



132
133
134
135
# File 'lib/sakai-cle-test-api/page_objects/jforums.rb', line 132

def click_search
  frm.button(:value=>"Search").click
  JForums.new(@browser)
end