logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

通过python的selenium 控制IE浏览器时返回:This is the initial start page for the WebDriver server 解决办法

通过python的selenium 控制IE浏览器时返回:This is the initial start page for the WebDriver server 解决办法。确保IE的驱动(IEDriverServer)与浏览器版本兼容,Selenium官网下载与你的Internet Explorer版本相匹配的最新驱动程序即可;这个提示信息,表明WebDriver服务已经成功地启动了IE浏

文章图片
#python#selenium#开发语言
pywinauto 锁屏后 自动化用例不能执行的问题解决

pywinauto 在运行过程中发现如果屏幕关闭后则无法运行,pywinauto官方给出的文档中有给出解决办法:https://pywinauto.readthedocs.io/en/latest/remote_execution.html由于我所使用的测试环境必须是内网使,所以将项目部署在服务器上,通过远程执行,但是注意,不能关闭远程的小窗,如果关闭小窗则同样无法进行,不关闭小窗的情况下本地电脑

#python
python 3:读取csv文件报错 AttributeError: module 'csv' has no attribute 'reader'

原有报错提示:=============== RESTART: D:\python test\autotest_module\csv.py ===============Traceback (most recent call last):File “D:\python test\autotest_module\csv.py”, line 1, inimport csvFile “D:\...

#python
到底了