摘要: windows系统安装 https://www.matools.com/blog/190741925 https://www.cnblogs.com/iamfatotaku/p/14811546.html https://www.cnblogs.com/vcdx/p/9490606.html htt 阅读全文
posted @ 2021-09-18 14:15 Ootori 阅读(128) 评论(0) 推荐(0) 编辑
摘要: # 判断元素是否存在 def isElementExist(driver, element_xpath): flag = True try: driver.find_element_by_xpath(element_xpath) print("Good~找到了元素:"+element_xpath) 阅读全文
posted @ 2021-09-16 18:12 Ootori 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 一、python测试生态库构建测试架构: 语言python + UI自动化测试框架selenium + request库 + python测试框架pytest + allure测试报告 二、Jenkins构建自动化测试调度中心(设置定时任务运行测试报告) 下载安装:https://mirrors.t 阅读全文
posted @ 2021-07-08 10:24 Ootori 阅读(453) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/blackenn/article/details/106578124 阅读全文
posted @ 2021-01-05 17:25 Ootori 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 看这个文章=》https://www.jianshu.com/p/e25c763b9816 从主分支拉最新代码 git branch 查看当前所在分支 git checkout master 切换到master主分支 git pull 从主分支更新最新代码 创建个人分支 git branch che 阅读全文
posted @ 2020-12-31 17:48 Ootori 阅读(810) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/hackhyl/p/12596687.html 阅读全文
posted @ 2020-10-29 14:26 Ootori 阅读(110) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/Ting-light/p/9770908.html 1.隐式等待,智能等待 driver.implicitly_wait(20) 2.启动 driver=webdriver.Chrome() driver.get("https://www.baidu. 阅读全文
posted @ 2020-04-13 22:16 Ootori 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 一、下载安装 从百度盘下载Burp_Suite_Pro_v1.7.37.zip 内涵安装包以及破解工具 二、破解方式 双击运行burp-loader-keygen.jar 看到界面后直接点击右上角运行 三、设置谷歌浏览器代理 设置=》高级=》打开代理设置=》局域网设置=》检查设置的ip和端口 和 b 阅读全文
posted @ 2020-02-01 12:33 Ootori 阅读(2044) 评论(0) 推荐(0) 编辑
摘要: 一、下载安装网站 官网:http://chromedriver.storage.googleapis.com/index.html 国内镜像:http://npm.taobao.org/mirrors/chromedriver/ 二、常见问题 1.如果安装了Anaconda3 的python环境,则 阅读全文
posted @ 2020-01-12 13:21 Ootori 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 一、下载安装AirtestIDE http://airtest.netease.com/ 二、下载安装python3.7 https://www.python.org/downloads/windows/ 三、pip install airtest 四、点击airtestIDE运行根据缺少的模块 p 阅读全文
posted @ 2020-01-02 18:28 Ootori 阅读(387) 评论(0) 推荐(0) 编辑