[wtr-general] Re: Problem automating the new Excite Mail due to nested divs

2008-10-09 Thread NS
, navigationLink).click and the browser will feel the click down at the bottom..actually it feels it at the top, but the link the user would see is at the bottom. Nathan On Thu, Oct 9, 2008 at 12:38 PM, NS [EMAIL PROTECTED] wrote: Hello, I am new to Ruby and Watir and as my first assignment, I am

[wtr-general] Re: Double Click and Clicking on a row. Highlights in yellow but nothing else happens

2008-10-14 Thread NS
Thanks for the tip. That worked, now the message opens up in preview pan. I am using el.fire_event(ondblclick) right after these statements to open the selected message in new window and nothing happens. If i manually doubleclick the selected message it opens the window. Am I missing anything?

[wtr-general] Re: Unable to open an email in Gmail version 2

2008-12-29 Thread NS
email.       ie.frame(:id, 'canvas_frame').div(:id, div.id).click       sleep(2)       ie.frame(:id, 'canvas_frame').link(:text, 'Inbox').click       sleep(2)     end   } On Dec 25, 3:42 am, NS nishasu...@gmail.com wrote: I am automating gmail using ruby-watir. I need to open each email