我正在使用python和selenium web-driver来测试网络软件。我有一个简单的脚本,我必须等待它,而IE网络驱动程序启动,以便与其他测试元素做一些操作。在等待几秒钟之后,首先尝试访问web元素导致关闭错误。警报显示IE驱动程序服务器已停止,我应该关闭或重新启动程序。
系统异常信息中还有一些日志如下:
Problem signature:
Problem Event Name: APPCRASH
Application Name: IEDriverServer.exe
Application Version: 2.33.0.0
Application Timestamp: 519d056f
Fault Module Name: IEDF41E.tmp
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 519d0564
Exception Code: c0000005
Exception Offset: 00015a90
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
the provided link和this file C:\Windows\system32\en-US\erofflps.txt
都没有得到任何内容。我使用Windows 7 AMD64和python 2.7与selenium 2.9。对这个问题有什么看法吗?