2019年6月5日
摘要: https://blog.csdn.net/zbj18314469395/article/details/81207268 阅读全文
posted @ 2019-06-05 17:40 大山008 阅读(2387) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/hhooong/article/details/52750647 封装post 阅读全文
posted @ 2019-06-05 17:25 大山008 阅读(740) 评论(0) 推荐(0) 编辑
摘要: 主要是driver点击登录后需要转为发包的形式,不然后面点击太多,容易出错 思路:主要是Cookie的问题,将driver中的Cookie转为HttpClient的Cookie形式 然后将cookie放到header里面 这里引入一个HttpClient的工具类 阅读全文
posted @ 2019-06-05 16:50 大山008 阅读(305) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_40049311/article/details/80197880 阅读全文
posted @ 2019-06-05 16:11 大山008 阅读(2535) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yanhongyu315/article/details/80701005 在自动化测试中,有时你需要等待一个任务结束后才能进行下一个任务,所以两个任务之间就需要间隔一段等待时间,而Selenium提供了两种方法,在我们编写自动化测试代码时,我们最好不要使 阅读全文
posted @ 2019-06-05 16:06 大山008 阅读(496) 评论(0) 推荐(1) 编辑