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