Reputation:
I am running a test in Selenium RC with Java in Eclipse to browse two URLs. I get two Selenium windows, but testing of both URLs is done by opening one single IE window. How can I make it open the URLs on two different IE browsers and if possible, simultaneously?
Upvotes: 2
Views: 1637
Reputation: 29918
I believe you must use two Selenium instances to achieve this effect - one selenium instance per window.
Upvotes: 1