Class: SubmissionSummary

Inherits:
AssessmentsBase show all
Defined in:
lib/sakai-cle-test-api/page_objects/assessments.rb

Overview

The summary page that appears when an Assessment has been submitted.

Instance Method Summary collapse

Methods inherited from AssessmentsBase

menu_bar_elements, pool_page_elements, question_page_elements

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

#continueObject

Clicks the Continue button and instantiates the TakeAssessmentList Class.



867
868
869
870
# File 'lib/sakai-cle-test-api/page_objects/assessments.rb', line 867

def continue
  frm.button(:value=>"Continue").click
  TakeAssessmentList.new(@browser)
end