this is regarding watir and browser session contamination problems. please read.
-> http://rubyforge.org/pipermail/wtr-general/2005-June/002240.html
I used this code: this is to ensure it opens different html files
w=WinClicker.new
w.winsystem("start explorer #{thread_number}_#{i}.html ")
sleep(thread_number)
ie_array[i] = IE.attach(:title , "#{thread_number}_#{i}" )
ie_array[i].goto(site)
I thought this would solve the session problems. I was wrong.
Although I spawned different IEs, it still reflects same session IDs for all of
them. how come?
I understand it's the same as typing in the run command of windows "start
explorer blahblah".
I did it manually and it returned different sessions which I hope it would also
return during the automation. Please advise. thanks.
Jan M. Montano
QA Lead / Developer
Regional Application Development
Thomson (Philippines) Corporation
18th Floor Ayala Life - FGU Center
6811 Ayala Ave., Makati City
Philippines
(632) 878-5890
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general