Watir script, log into gmail

A

Avraham Tuvy

This is my first attempt with ruby/watir, the script below populates the
login and password but does not click the signIn button, please help.


require "watir"
require "test/unit"
require "win32ole"


class TC_Login < Test::Unit::TestCase

$ie = Watir::IE.new

def setup
$ie.goto("http://gmail.com")

end

def test_login
$ie.text_field:)id,"Email").set("milosh") #fake
$ie.text_field:)id,"Passwd").set("23gq") #fake

ie.button:)name, "signIn").click


end
end
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,905
Latest member
Kristy_Poole

Latest Threads

Top