Watir::IE.start_process doesn not find multiple windows
-------------------------------------------------------
Key: WTR-491
URL: http://jira.openqa.org/browse/WTR-491
Project: Watir
Issue Type: Bug
Components: Other
Affects Versions: 2.0
Environment: ruby 1.9.2p290
watir 2.02
Reporter: Kevin Tacheny
Priority: Major
Watir::IE.start_process is needed when you want separate internet explorer
sessions.
This is usefull when you want multiple user logins on a single site. (simulate
100 users logged in...)
Consecutive calls to Watir::IE.start_process fail.
The failure comes from (ie-class.rb)
def self.each
shell = WIN32OLE.new('Shell.Application')
ie_browsers = []
shell.Windows.each do |window| <--- not returning all the windows.....
This causes a wait timeout when trying to return from the start_process call.
If you want to use multiple internet explorers this needs to work.
--
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