Class: SiteSetupAddParticipants
- Inherits:
-
SiteSetupBase
- Object
- PageMaker
- BasePage
- SiteSetupBase
- SiteSetupAddParticipants
- Defined in:
- lib/sakai-cle-test-api/page_objects/site_setup.rb
Overview
Page for Adding Participants to a Site in Site Setup
Instance Method Summary collapse
Methods inherited from SiteSetupBase
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
#continue ⇒ Object
209 210 211 212 |
# File 'lib/sakai-cle-test-api/page_objects/site_setup.rb', line 209 def continue frm.(:value=>"Continue").click SiteSetupChooseRole.new @browser end |