python+selenium
文章平均质量分 52
小小鸟008
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python+selenium点击input上传文件报错selenium.common.exceptions.InvalidArgumentException
browse = driver.find_element_by_id("ffdcFile") browse.click() 报错: Traceback (most recent call last): File "D:/work/LCPSVN/DCSC/testProject/ffdcparsertest.py", line 19, in <module> browse.click() File "D:\Program Files\Python\Python37\lib\sit原创 2021-06-02 11:00:23 · 1691 阅读 · 0 评论 -
selenium + python 自动化测试环境配置
selenium + python 自动化测试环境搭建 在notepad++中直接运行调试python代码 关于 selenium Selenium 是一个用于Web应用程序测试的工具。 selenium 是一套完整的web应用程序测试系统,包含了测试的录制(selenium IDE),编写及运行(Selenium Remote Control)和测试的并行处理(Selenium Grid...原创 2018-12-25 11:32:14 · 321 阅读 · 0 评论
分享