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.
我尝试使用 selenium RC 在 Firefox 15 中打开一个链接。
无法打开链接并引发错误“www.cfauth.com”。
我想知道 Selenium RC 是否与 Firefox 15 和 Windows 7 兼容。
Selenium RC 在 Firefox 版本 5 之前工作正常。由于 RC 正式贬值,不再支持浏览器的进步。可能的解决方案是切换到 selenium Webdriver。
是的,带有 Firefox 15 和 Windows 7 的 Selenium RC 应该可以正常工作。