FYI, I'm using Ruby 1.8.2 and Watir 1.5.1.1017 

-----Original Message-----
From: Lillis, Dara 
Sent: Thursday, October 26, 2006 1:18 PM
To: '[email protected]'
Subject: modal dialogs in IE 7.0

I'm testing IE 7.0. I have run into one problem with modal dialogs. A
test that runs fine in IE 6.0, clicking on a modal dialog, hangs in IE
7.0.

Here's the offending code:

    browser.link(:text, 'DELETE').click_no_wait
    dialog = Watir::Dialog.new
    dialog.exists?
    dialog.button('ok').click
    browser.wait

Sorry but I don't have html to post, the html is extremely complex and I
can't figure out a simple example.

This code works fine with IE 6.0, just hangs (no error message or
anything) with IE 7.0

Anyone run into this, or got suggestions?

Thanks,

-Dara
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to