So, looking at the lines in ````ie-class.rb```` it seems that ie win32ole object is busy for some reason: https://github.com/watir/watir-classic/blob/master/lib/watir-classic/ie-class.rb#L522-L524
Why do you have ````#handle_popup```` method call there? What does it do? What happens if you run this code: ```` require "watir" ie = Watir::IE.new true puts "new ie" ie.goto "about:blank" puts "after goto" ```` Can you reproduce it on any machine with same setup? Also, what patchlevel of Ruby 1.9.3 are you using? --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-classic/issues/44#issuecomment-11043464
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
