Module: GradeReportMethods
- Includes:
- PageObject
- Defined in:
- lib/kuali-sakai-common-lib/assignments.rb
Overview
The Grade Report page accessed from the Assignments page
Class Method Summary collapse
Class Method Details
.page_elements(identifier) ⇒ Object
800 801 802 803 804 805 806 807 808 |
# File 'lib/kuali-sakai-common-lib/assignments.rb', line 800 def self.page_elements(identifier) in_frame(identifier) do |frame| #(:, :=>"", :frame=>frame) #(:, :=>"", :frame=>frame) #(:, :=>"", :frame=>frame) #(:, :=>"", :frame=>frame) #(:, :=>"", :frame=>frame) end end |