[ 
http://jira.openqa.org/browse/WTR-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=20290#action_20290
 ] 

Jarmo Pertman commented on WTR-491:
-----------------------------------

I'm not saying that the bug is invalid, but if you need to test 100 users 
logged in, then Watir or anything else, which opens up a real browser, is 
definitely a wrong tool to use for that case.

> 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
Wtr-development@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to