Class: RunJobConfirmation
- Defined in:
- lib/sakai-cle-test-api/page_objects/job_scheduler.rb
Overview
The page for confirming you want to run a job
Instance Method Summary collapse
-
#run_now ⇒ Object
Clicks the “Run Now” button, then instantiates the JobList Class.
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
#run_now ⇒ Object
Clicks the “Run Now” button, then instantiates the JobList Class.
109 110 111 112 |
# File 'lib/sakai-cle-test-api/page_objects/job_scheduler.rb', line 109 def run_now frm.(:value=>"Run Now").click JobList.new(@browser) end |