|
阅读:8083回复:0
selenium安装error: selenium ide 未能安装,因为它与firefox 57.0.4不兼容图片:error.jpg
在firefox 安装selenium 时,提示error: selenium ide 未能安装,因为它与firefox 57.0.4不兼容 环境: selenium 2.9.1 firefox 57.0.4 原因: 这要看所使用的selenium的版本,如果使用selenium2.x的版本,需火狐浏览器为47及以下的版本; 如果使用selenium3.0,需确保下载有geckodriver且路径在path中。目前selenium3.0支持火狐45及以上的版本。 参考:https://zhidao.baidu.com/question/365982835946095132.html 补充: 使用Selenium IDE 识别元素 注意:火狐55以后的新版本不支持SeleniumIDE (原来如此) 48以后的版本支持Selenium3 48-的版本支持selenium2 设置firefox不更新 菜单》选项》高级》更新》勾选 不检查更新 参考:http://blog.csdn.net/qq_15283475/article/details/78476183 解决方案: 下载了 firefox 45.0.2, 然后,就没有问题了 2018/1/22 添加 更正,因为除了用selenium 以外,还要使用webdriver, 所以firefox 45版本太低了。介绍使用firefox 48 以后,55以前 |
|
|
