base experiment.rb
Ruby
code posted
by
Carlos Henrique
created at 06 Apr 01:24, updated at 15 Apr 09:17
Edit
|
Back
1 2 3 4 5 |
it "can login" do @app.browser.text_field(:id=>"username").value = "Paul" @app.browser.text_field(:id=>"passw").value = "Test123456" @app.browser.button(:value=>"Log In").click end |
193 Bytes in 5 ms with coderay