随笔分类 -  selenium自动化测试

摘要:第一次尝试通过webdriver操作chrome 在网上找了些文章了解怎么配置 首先是下载chromedriver,下载地址:http://chromedriver.storage.googleapis.com/index.html 我走了挺多弯路 chromedriver版本都有对应的chrome 阅读全文
posted @ 2017-09-17 00:26 小游y 阅读(1213) 评论(0) 推荐(0)
摘要:昨天在执行自动化脚本时,运行的好好的 之后突然就开始报错了 部分报错信息如下: import http.client as http_clientAttributeError: module 'http' has no attribute 'client' 报的是引入 selenium时有问题 在网 阅读全文
posted @ 2017-09-14 10:28 小游y 阅读(5817) 评论(0) 推荐(0)