上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 96 下一页
摘要: from selenium import webdriverfrom time import sleepfrom selenium.webdriver import ActionChainsbro = webdriver.Chrome(executable_path='chromedriver.ex 阅读全文
posted @ 2020-02-20 15:46 干it的小张 阅读(268) 评论(0) 推荐(0)
摘要: from selenium import webdriverfrom time import sleepfrom lxml import etreebro = webdriver.Chrome(executable_path='chromedriver.exe')# 拿到网址bro.get('htt 阅读全文
posted @ 2020-02-20 15:29 干it的小张 阅读(379) 评论(0) 推荐(0)
摘要: from selenium import webdriverfrom time import sleepbro = webdriver.Chrome(executable_path='chromedriver.exe')bro.get('https://www.jd.com/')sleep(1)# 阅读全文
posted @ 2020-02-20 15:07 干it的小张 阅读(657) 评论(0) 推荐(1)
摘要: 项目需求 每个测试项目下面有多个测试用例。 需要实现: 对测试项目的 增 删 改 查,查看该测试项目下面所有的测试用例 为该测试项目批量导入,添加测试用例 对项目下的接口进行 增 删 改 查 单个用例的执行 批量执行选中的用例,并且将执行结果(html报告)下载到本地 数据可视化 接口项目相关数据进 阅读全文
posted @ 2020-02-18 21:15 干it的小张 阅读(440) 评论(0) 推荐(0)
摘要: - HttpConnectinPool: - 原因: - 1.短时间内发起了高频的请求导致ip被禁 - 2.http连接池中的连接资源被耗尽 - 解决: - 1.代理 - 2.headers中加入Conection:“close” - 代理:代理服务器,可以接受请求然后将其转发。- 匿名度 - 高匿 阅读全文
posted @ 2020-02-17 21:59 干it的小张 阅读(384) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 96 下一页