xxx
Ruby
code posted
by
xx
created at 10 May 07:23
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 |
initial = # ui = SomeInteractor.new ui.go! initial ui.click_button 'View Nutritionist' ui.click_button 'Schedule Appointment' ui.click_button 'Fill Skinfold Sites' ui.field(:id => 'ABS').write('2.5') ui.field(:id => 'PEC').write('2.0') ui.field(:id => 'SUP').write('3.0') ui.click_button 'Schedule it!' |
315 Bytes in 3 ms with coderay