Class: ViewForumThread
- Defined in:
- lib/sambal-cle/page_objects/forums.rb
Instance Method Summary collapse
-
#reply_to_message(index) ⇒ Object
ComposeForumMessage TODO: Figure out a better way to do this…
Methods inherited from BasePage
basic_page_elements, button, damballa, frame_element, link
Instance Method Details
#reply_to_message(index) ⇒ Object
ComposeForumMessage TODO: Figure out a better way to do this…
109 110 111 |
# File 'lib/sambal-cle/page_objects/forums.rb', line 109 def (index) frm.link(:text=>"Reply", :index=>(index.to_i - 1)).click end |