Class: RunJobConfirmation

Inherits:
BasePage
  • Object
show all
Defined in:
lib/sambal-cle/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

Instance Method Details

#run_nowObject

Clicks the “Run Now” button, then instantiates the JobList Class.



109
110
111
112
# File 'lib/sambal-cle/page_objects/job_scheduler.rb', line 109

def run_now
  frm.button(:value=>"Run Now").click
  JobList.new(@browser)
end