mahesh
mahesh

Reputation:

How can we open multiple IE instances while testing web appl. with selenium RC and java in eclipse?

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

Answers (1)

MetroidFan2002
MetroidFan2002

Reputation: 29918

I believe you must use two Selenium instances to achieve this effect - one selenium instance per window.

Upvotes: 1

Related Questions