Class: SiteSetupChooseRole

Inherits:
BasePage
  • Object
show all
Defined in:
lib/sambal-cle/page_objects/site_setup.rb

Overview

Page for selecting the same role for All. This class is used for both Course and Portfolio sites.

Instance Method Summary collapse

Methods inherited from BasePage

basic_page_elements, frame_element

Instance Method Details

#radio_button(label) ⇒ Object

Use this method for radio buttons that aren’t included in the default list below. Enter the radio button’s label in the UI.



223
224
225
# File 'lib/sambal-cle/page_objects/site_setup.rb', line 223

def radio_button(label)
  frm.radio(:value=>label)
end