Hello,
I cannot open a modal dialog and return from it.
This is waht I do:
Thread.abort_on_exception = true
   t = Thread.new {
 t[6].fire_event("onmousedown")

      puts "after event"
      sleep(1)
#     raise "Exception from thread"
}
puts "after thread"
for i in (1..1000000)
  puts i
end

t1.kill
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to