[
http://jira.openqa.org/browse/WTR-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zeljko closed WTR-288.
----------------------
Resolution: Won't Fix
If this is still a problem, please report it here:
https://github.com/watir/watir-classic/issues
> new_process .. and IE8 (beta 2) on XP
> -------------------------------------
>
> Key: WTR-288
> URL: http://jira.openqa.org/browse/WTR-288
> Project: Watir
> Issue Type: Bug
> Components: Window Attachment
> Affects Versions: 1.5.4
> Environment: XP
> Reporter: Paul Denize
> Fix For: Soon
>
>
> Someone unfortunately upgraded one of my PC's. I was pleased to find
> miost watir scripts still ran. One did not. It was the only one that
> utilized two IE windows at the same time. The code below demonstrates
> the issue - it should open two IE windows and print DONE.
> It does open the browsers but the second call does notr appear to
> complete. The browser shows completed but the call is still waiting.
> I have attached the output below.
> Same script runs as expected in IE6 and IE7.
> require 'watir'
> puts "Open #1"
> ie1 = Watir::IE.new_process()
> puts "Open #2"
> ie2 = Watir::IE.new_process()
> puts "DONE"
> -------
> C:\>"C:\IE8 test.rb"
> Open #1
> Open #2
> c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.4/./watir/waiter.rb:55:in
> `wait_until':
> Timed out after 60.03 seconds. (Watir::Exception::TimeOutException)
> from c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.4/./watir/
> waiter.rb:76:in
> `wait_until'
> from c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.4/./watir/ie-
> process.rb:20
> :in `window'
> from c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.4/./watir/ie.rb:
> 133:in `_n
> ew_process_init'
> from c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.4/./watir/ie.rb:
> 127:in `ne
> w_process'
> from C:/IE8 test.rb:8
> C:\>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.openqa.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development