What happens if you just run this:

require 'rubygems'
require 'watir'
$email="www.gmail.com"
$username="username"
$password="password"
$ie = Watir::IE.new
$ie.goto($email)
$ie.text_field(:id, 'Email').set($username)
$ie.text_field(:id, 'Passwd').set($password)
$ie.button(:name, 'signIn').click

Željko
--
http://watirpodcast.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to [email protected]
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to