I want to login to gmail but the code below does not send the email and 
password to the web page and there is no error log:


require 'gmail' 
@browser = Watir::Browser.new :chrome 
@browser.goto "gmail.com" 

username = "[email protected]"
password = "Password"
gmail = Gmail.new(username, password)

Here is my gems: 
https://gist.github.com/anonymous/89a928530731724fc91f89200b2c0939


-- 
-- 
Before posting, please read 
https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group.
 
In short: search before you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]
--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to