Class: MessageDeleteConfirmation
- Defined in:
- lib/sakai-cle-test-api/page_objects/messages.rb
Overview
The page that appears when you select to Delete a message that is already inside the Deleted folder.
Instance Method Summary collapse
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
#delete_messages ⇒ Object
566 567 568 569 |
# File 'lib/sakai-cle-test-api/page_objects/messages.rb', line 566 def frm.(:value=>"Delete Message(s)").click MessagesDeletedList.new(@browser) end |