Sha256: 9efc0bcad7fd30c36f53768dde8d4a863f62ac1f52b89988712ffa7f71441b1e
Contents?: true
Size: 553 Bytes
Versions: 3
Compression:
Stored size: 553 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') spinner(:spinner_id, :id => 'spinner1') end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gametel-0.5 | features/support/screens/controls_screen.rb |
gametel-0.4 | features/support/screens/controls_screen.rb |
gametel-0.3 | features/support/screens/controls_screen.rb |