本文介绍了哪个Firefox版本与Selenium 2.53.0兼容?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
哪个Firefox版本与Selenium 2.53.0兼容?我尝试Firefox 45.0,我得到这个异常: org.openqa.selenium.WebDriverException:无法连接到二进制文件
端口7055上的FirefoxBinary(/Applications/Firefox.app/Contents/MacOS/firefox-bin)过程输出如下:
foreignInstall:false,hasBinaryComponents:false,strictCompatibility:false,l ocales:[],targetApplications:[{id:{ec8030f7-c20a-464f -9b0e-13a3a9e97384} MINVERSION: 45.0, MAXVERSION: 45 *},{ ID: xpcshell@tests.mozilla.org, MINVERSION: 0, targetPlatforms:[],multiprocessCompatible:false,seen:true}
使用Firefox 47.0运行Selenium Webdriver 2.53.0的类似问题。
Which Firefox version is compatible with Selenium 2.53.0? I tried Firefox 45.0 and I am getting this exception:
org.openqa.selenium.WebDriverException: Failed to connect to binary
FirefoxBinary(/Applications/Firefox.app/Contents/MacOS/firefox-bin) on port 7055; process output follows:
foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"l ocales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"45.0","maxVersion":"45.*"},{"id":"xpcshell@tests.mozilla.org","minVersion":"0","maxVersion":"10"}],"targetPlatforms":[],"multiprocessCompatible":false,"seen":true}
解决方案
I had the similar problem running Selenium Webdriver 2.53.0 with Firefox 47.0.
Selenium Webdriver 2.53.0 works with Firefox 46.0. You can find the the mentioned version at https://support.mozilla.org/en-US/kb/install-older-version-of-firefox.
这篇关于哪个Firefox版本与Selenium 2.53.0兼容?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!