Module: SyllabusRedirectMethods
- Includes:
- PageObject
- Defined in:
- lib/kuali-sakai-common-lib/syllabus.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.page_elements(identifier) ⇒ Object
162 163 164 165 166 |
# File 'lib/kuali-sakai-common-lib/syllabus.rb', line 162 def self.page_elements(identifier) in_frame(identifier) do |frame| text_field(:url, :id=>"redirectForm:urlValue", :frame=>frame) end end |
Instance Method Details
#save ⇒ Object
157 158 159 160 |
# File 'lib/kuali-sakai-common-lib/syllabus.rb', line 157 def save frm.(:value=>"Save").click SyllabusEdit.new(@browser) end |