[wtr-general] Re: Cannot open excel

2013-08-06 Thread Dan
Not sure why my original reply to this was deleted, but the problem with roo here is that you're using open and not new. A quick look at the roo documentation would clear up your issues. On Monday, August 5, 2013 10:42:30 AM UTC-4, Nikhil Nerkar wrote: I want to login to gmail using userid

[wtr-general] Re: Cannot open excel

2013-08-06 Thread Dan
This isn't a watir question, but the problem is that you don't want to use open, you want to use new. See the documentation here: https://github.com/hmcgowan/roo. Also, don't try to automate against gmail. If you need to check mail there, use the gmail gem. See this thread for a discussion