Module: SectionsOptionsMethods

Includes:
PageObject
Defined in:
lib/kuali-sakai-common-lib/sections.rb

Overview

The Options page for Sections.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.page_elements(identifier) ⇒ Object



230
231
232
233
234
235
# File 'lib/kuali-sakai-common-lib/sections.rb', line 230

def self.page_elements(identifier)
  in_frame(identifier) do |frame|
    checkbox(:students_can_sign_up, :id=>"optionsForm:selfRegister", :frame=>frame)
    checkbox(:students_can_switch, :id=>"optionsForm:selfSwitch", :frame=>frame)
  end
end

Instance Method Details

#updateObject



225
226
227
228
# File 'lib/kuali-sakai-common-lib/sections.rb', line 225

def update
  frm().button(:value=>"Update").click
  Sections.new(@browser)
end