Module: MoveMessageToMethods
- Includes:
- PageObject
- Defined in:
- lib/kuali-sakai-common-lib/messages.rb
Instance Method Summary collapse
- #move_messages ⇒ Object
-
#select_custom_folder_num(num) ⇒ Object
Method for selecting any custom folders present on the screen–and only the custom folders.
Instance Method Details
#move_messages ⇒ Object
307 308 309 310 |
# File 'lib/kuali-sakai-common-lib/messages.rb', line 307 def frm.(:value=>"Move Messages").click Messages.new(@browser) end |
#select_custom_folder_num(num) ⇒ Object
Method for selecting any custom folders present on the screen–and only the custom folders. Count begins with “1” for the first custom folder listed.
316 317 318 |
# File 'lib/kuali-sakai-common-lib/messages.rb', line 316 def select_custom_folder_num(num) frm.radio(:index=>num.to_i+3).set end |