Class: ViewMembersBlog
- Defined in:
- lib/sakai-cle-test-api/page_objects/blogger.rb
Overview
The page showing contents of a user’s Blog.
Instance Method Summary collapse
-
#member(name) ⇒ Object
Clicks on the member name specified.
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
#member(name) ⇒ Object
Clicks on the member name specified. The name string obviously needs to match the text of the link exactly.
68 69 70 71 |
# File 'lib/sakai-cle-test-api/page_objects/blogger.rb', line 68 def member(name) frm.link(:text=>name).click Blogger.new(@browser) end |