Selenium webdriver 2.53.0与firefox 45 esr无法正常工作?

时间:2016-10-10 07:28:51

标签: c# selenium selenium-webdriver

如何让它发挥作用?我需要Firefox 45 esr与selenium webdriver 2.53.0一起使用,但在实例化FirefoxDriver(desiredCapabilities)时抛出异常:

Unable to determine the current version of FireFox using the registry, please    make sure you have installed FireFox correctly

它们不兼容吗?如何让Firefox驱动程序适用于Firefox 45 esr?

更新: 我只能在安装到C:\ Program Files(x86)\ Mozilla Firefox时才能使64位firefox安装程序工作。对于32位安装程序,我无法在任何地方使用它。它出现这种情况的原因是什么?

2 个答案:

答案 0 :(得分:0)

47不能使用FirefoxDriver,使用Geckodriver。但这应该是兼容的。

答案 1 :(得分:0)

我只能在安装到C:\ Program Files(x86)\ Mozilla Firefox时才能使64位firefox安装程序正常工作。对于32位安装程序,我不能让它在任何地方工作。不知道为什么会这样。