Sha256: f0dee5f5599da32bbf173ae27ec4ba57f9358525b1c230966d38c615a61a2aaa
Contents?: true
Size: 712 Bytes
Versions: 2
Compression:
Stored size: 712 Bytes
Contents
class MainScreen include Mohawk window(:title => /MainFormWindow/) text(:text_field, :id => "textField") text(:masked_text_field, :id => "maskedTextBox") button(:data_entry_form_button, :value => "Data Entry Form") button(:about, :value => "About") combo_box(:fruits, :id => "FruitsComboBox") checkbox(:first_checkbox, :id => "checkBox") radio(:first_radio, :id => "radioButton1") label(:label_control, :id => "label1") link(:link_control, :id => "linkLabel1") menu_item(:file_roundabout_way_to_about, :path => ["File", "Roundabout Way", "To", "About"]) tree_view(:tree_view, :id => "treeView") control(:value_control_field, :id => "automatableMonthCalendar1") end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mohawk-0.0.4 | features/support/screens/main_screen.rb |
mohawk-0.0.3 | features/support/screens/main_screen.rb |