Class: ViewMembersBlog

Inherits:
BasePage
  • Object
show all
Defined in:
lib/sambal-cle/page_objects/blogger.rb

Overview

The page showing contents of a user’s Blog.

Instance Method Summary collapse

Methods inherited from BasePage

basic_page_elements, frame_element

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/sambal-cle/page_objects/blogger.rb', line 68

def member(name)
  frm.link(:text=>name).click
  Blogger.new(@browser)
end