Class: RunJobConfirmation

Inherits:
BasePage show all
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

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_nowObject

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.button(:value=>"Run Now").click
  JobList.new(@browser)
end