问题描述
我已经通过 Selenium webdriver 调用了新实例 firefox 浏览器
I have call new instance firefox browser by Selenium webdriver
driver = new FirefoxDriver();
但是有错误
问题事件名称:APPCRASH
应用程序名称:firefox.exe 应用程序版本:38.0.1.5611
应用程序时间戳:55540a1a 故障模块名称:xul.dll 故障模块版本:38.0.1.5611 故障模块时间戳:55541969 异常代码:c0000005 异常偏移量:0035669b 操作系统版本:6.1.7600.2.0.0.256.48 区域设置 ID:1033附加信息 1:0a9e 附加信息2:0a9e372d3b4ad19135b953a78882e789 附加信息 3:0a9e
附加信息4:0a9e372d3b4ad19135b953a78882e789
在线阅读我们的隐私声明:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
如果没有在线隐私声明,请阅读我们的离线隐私声明:C:Windowssystem32en-USerofflps.txt
If the online privacy statement is not available, please read our privacy statement offline: C:Windowssystem32en-USerofflps.txt
我必须点击关闭程序才能继续并显示firefox浏览器
I must click close programme to continue and firefox browser is diplayed
火狐 38硒 2.45窗口 7 x64 或窗口 8 x64
Firefox 38Selenium 2.45windown 7 x64 or windown 8 x64
谢谢
推荐答案
我在 Firefor 47.0 (stub) 上遇到了同样的问题.重新安装并不能解决问题.
I've same problem on Firefor 47.0 (stub). Reinstalling doesn't solve problem.
更新到 47.0.1 或下载 Firefox 45.0 和硒会起作用
Update to 47.0.1 or download Firefox 45.0 and selenium will work
这篇关于由 Selenium Firefox 驱动程序启动时 Firefox 崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!