上一页 1 ··· 139 140 141 142 143 144 145 146 147 ··· 204 下一页
摘要: from selenium import webdriver from selenium.webdriver.support.wait import WebDriverWait from selenium.webdriver.support import expected_conditions as 阅读全文
posted @ 2020-04-01 17:11 小白龙白龙马 阅读(271) 评论(0) 推荐(0)
摘要: import time from selenium import webdriver driver = webdriver.Firefox() driver.get('http://www.baidu.com') time.sleep(5) driver.find_element('id','kw' 阅读全文
posted @ 2020-03-31 20:02 小白龙白龙马 阅读(425) 评论(0) 推荐(0)
摘要: from selenium import webdriver import time class BasePage(object): """ BasePage封装所有页面都公用的方法,例如driver, Find_Element等 """ # 实例化BasePage类时,最先执行的就是__init_ 阅读全文
posted @ 2020-03-31 15:58 小白龙白龙马 阅读(365) 评论(0) 推荐(0)
摘要: from selenium import webdriver import time class BasePage(object): """ BasePage封装所有页面都公用的方法,例如driver, Find_Element等 """ # 实例化BasePage类时,最先执行的就是__init_ 阅读全文
posted @ 2020-03-31 15:24 小白龙白龙马 阅读(538) 评论(0) 推荐(0)
摘要: 转载:https://www.cnblogs.com/poloyy/p/12587729.html 如果你还想从头学起Selenium,可以看看这个系列的文章哦! https://www.cnblogs.com/poloyy/category/1680176.html 其次,如果你不懂前端基础知识, 阅读全文
posted @ 2020-03-30 14:53 小白龙白龙马 阅读(3362) 评论(0) 推荐(1)
摘要: Jmeter配置之逻辑控制器:https://blog.csdn.net/df0128/article/details/80637608 Jmeter前置处理器使用说明:https://blog.csdn.net/df0128/article/details/80953755?depth_1-utm 阅读全文
posted @ 2020-03-24 17:38 小白龙白龙马 阅读(313) 评论(0) 推荐(0)
摘要: 转载:https://www.cnblogs.com/findyou/p/6480411.html 参考:https://blog.csdn.net/daboluo521/article/details/81385017 1、按开发阶段:单元测试、集成测试、系统测试、验收测试2、按测试实施组织:α、 阅读全文
posted @ 2020-03-23 22:26 小白龙白龙马 阅读(473) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-19 18:48 小白龙白龙马 阅读(248) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-19 18:38 小白龙白龙马 阅读(145) 评论(0) 推荐(0)
摘要: 获取单个值: 获取多个值: 阅读全文
posted @ 2020-03-19 18:31 小白龙白龙马 阅读(147) 评论(0) 推荐(0)
上一页 1 ··· 139 140 141 142 143 144 145 146 147 ··· 204 下一页