When closing multiple popups in a row, the ruby process is stuck on the 
first one. 

See attached example HTML file to see what I am talking about

watir-classic 3.2 and ruby 1.9.3

b = Watir::Browser.attach(:url, /test/)
b.button(:value => 'Press').click_no_wait
b.alert.close
b.alert.close

Is this a legitimate bug? And if so, is there a work around, or should I 
put in a ticket via github.

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to