[wtr-general] Re: Help with Modal Dialog boxes !!!!

2010-02-10 Thread chandu.tennety
From: watir-general@googlegroups.com [mailto:watir-gene...@googlegroups.com] On Behalf Of Charley Baker Sent: Tuesday, February 09, 2010 9:22 PM To: watir-general@googlegroups.com Subject: Re: [wtr-general] Help with Modal Dialog boxes It's a modal dialog alright. puts

[wtr-general] Re: Help with Modal Dialog boxes !!!!

2010-02-09 Thread jw
From: watir-general@googlegroups.com [mailto:watir-gene...@googlegroups.com] On Behalf Of Ċ½eljko Filipin Sent: Monday, February 08, 2010 6:07 PM To: watir-general@googlegroups.com Subject: Re: [wtr-general] Help with Modal Dialog boxes On Mon, Feb 8, 2010 at 7:03 AM, Rohan Ojha rohan.o

[wtr-general] Re: Help with Modal Dialog boxes !!!!

2010-02-08 Thread GJHmf
Hi, I had this issue, and was partially what got me to migrate to Watir from Selenium. Assuming yours is the same setup as mine, I merely attached to the open window like any other browser window using the title. e.g: browser = Watir::IE.attach(:title, Google) I could then access any elements