Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Eclipse 中使用 Java 在 Selenium RC 中运行测试以浏览两个 URL。我有两个 Selenium 窗口,但两个 URL 的测试是通过打开一个 IE 窗口来完成的。如何让它在两个不同的 IE 浏览器上打开 URL,如果可能的话,同时打开?
我相信你必须使用两个 Selenium 实例来达到这个效果——每个窗口一个 selenium 实例。