Re: [wtr-general] How to read a google doc or send a google mail?

2010-06-17 Thread Željko Filipin
On Thu, Jun 17, 2010 at 3:20 AM, Wesley Chen cjq@gmail.com wrote: I think google mail and google doc are really welcome, if I can access them in Watir, that would be great. You could probably automate Gmail and Docs, but the last time I have played with Gmail, it was not trivial. Also, it

Re: [wtr-general] How to read a google doc or send a google mail?

2010-06-17 Thread Felipe Knorr Kuhn
There's also ROO if you want to access Google Docs Spreadsheets http://github.com/hmcgowan/roo Might be nice to have data driven tests (somewhat) in the cloud. FK On Wed, Jun 16, 2010 at 10:20 PM, Wesley Chen cjq@gmail.com wrote: I just want to have a try on the gmail and goog doc. In

Re: [wtr-general] How to read a google doc or send a google mail?

2010-06-16 Thread Wesley Chen
I just want to have a try on the gmail and goog doc. In fact, I can use ruby-mail to get emails and send email in google. I think google mail and google doc are really welcome, if I can access them in Watir, that would be great. Wesley. For life, the easier, the better. On Mon, Jun 14, 2010 at

Re: [wtr-general] How to read a google doc or send a google mail?

2010-06-14 Thread Željko Filipin
On Sat, Jun 12, 2010 at 7:42 AM, Wesley Chen cjq@gmail.com wrote: Problem 1: Send an gmail(Click Compose Mail link, input Email to, Subject, Email content, click Send button); Problem 2: Go to Google Documents page, open an existing DOC/PPT/excel, read the data in it. Do you need to test

Re: [wtr-general] How to read a google doc or send a google mail?

2010-06-13 Thread Charley Baker
It might be easier to use a gem like ruby-gmail http://github.com/dcparker/ruby-gmail for the email portion, as opposed to going through the UI. I haven't really messed around with Google Docs, but there is an api with some ruby examples, as well as libraries like Roo - http://roo.rubyforge.org/

[wtr-general] How to read a google doc or send a google mail?

2010-06-11 Thread Wesley Chen
Hi, Guys, I have used Watir for a long time, now, two difficult problems are still challenges to me. Problem 1: Send an gmail(Click Compose Mail link, input Email to, Subject, Email content, click Send button); Problem 2: Go to Google Documents page, open an existing DOC/PPT/excel, read the data