摘要: 执行python + selenium 代码 报错:FileNotFoundError: [WinError 2] 系统找不到指定的文件。 D:\pycode\test\venv\Scripts\python.exe D:/pycode/test/Testa/test01.pyTraceback ( 阅读全文
posted @ 2017-12-21 11:18 testway 阅读(60331) 评论(1) 推荐(1)
摘要: 尝试使用python + selenium + pycharm 做自动化测试, 命令行pip install selenium 安装了selenium。但是使用pycharm 新建一个测试项目后并新建一个test01.py 文件 在文件中导入selenium 包,from selenium impo 阅读全文
posted @ 2017-12-21 10:31 testway 阅读(7253) 评论(1) 推荐(4)