Sha256: a2c5e30409e4cc6eba12464975b67fd366d1c1254e05eadf833e70268bd6757a

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

class MainScreen
  include Mohawk
  window(:title => /MainFormWindow/)

  text(:text_field, :id => "textField")
  button(:data_entry_form_button, :value => "Data Entry Form")
  combo_box(:fruits, :id => "FruitsComboBox")
  checkbox(:first_checkbox, :id =>  "checkBox")
  radio(:first_radio, :id => "radioButton1")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mohawk-0.0.1 features/support/screens/main_screen.rb