Re: [wtr-general] How to handle a pop up having drop down under itself

2010-06-01 Thread Željko Filipin
On Mon, May 31, 2010 at 5:36 PM, Saket sktmis...@gmail.com wrote: I am working with an application where a pop up is generated after clicking on a button. This could help: http://wiki.openqa.org/display/WTR/Pop+Ups Željko -- watir.com - community manager watirpodcast.com - host

[wtr-general] How to handle a pop up having drop down under itself

2010-05-31 Thread Saket
Hi All, I am working with an application where a pop up is generated after clicking on a button. Once the pop up is generated it deactivates the original web page unless the user completes its action in the pop up. This pop up contains several drop downs. I am unable to access these drop downs.

Re: [wtr-general] How to handle a pop up having drop down under itself

2010-05-31 Thread windy
do you mean that popup is a modal dialog ? please try this : ie.modal_dialog() to attach this popup. see more : http://www.infoq.com/news/Watir-Adds-Support-for-Modal 在 Mon, 31 May 2010 23:36:05 +0800,Saket sktmis...@gmail.com 写道: Hi All, I am working with an application where a pop up is

Re: [wtr-general] How to handle a pop up having drop down under itself

2010-05-31 Thread Wesley Chen
Maybe the pop up is a div or a iframe. Wesley. For life, the easier, the better. On Tue, Jun 1, 2010 at 1:19 AM, windy lyfi2...@sina.com wrote: do you mean that popup is a modal dialog ? please try this : ie.modal_dialog() to attach this popup. see more :