Sha256: 0c260c235ab3d858aa8ea39391abc6a9f6b475de0412b3cea10d6d5d45ffe266

Contents?: true

Size: 511 Bytes

Versions: 1

Compression:

Stored size: 511 Bytes

Contents

class ControlsScreen
  include Gametel
  
  text(:text_field_index, :index => 0)
  text(:text_field_id, :id => 'edit')
  text(:text_field_name, :content_description => 'Edit Description')
  button(:enabled_save, :index => 0)
  button(:disabled_save, :index => 1)
  checkbox(:checkbox_index, :index => 0)
  checkbox(:checkbox_text, :text => 'Checkbox 2')
  checkbox(:checkbox_id, :id => 'check1')
  radio_button(:radio_button_text, :text => 'RadioButton 1')
  radio_button(:radio_button_id, :id => 'radio2')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gametel-0.2 features/support/screens/controls_screen.rb