代码改变世界

阅读排行榜

Python + Selenium - 无窗口模式运行脚本

2021-06-26 00:09 by 起个昵称, 390 阅读, 收藏,
摘要: 上示例: 谷歌浏览器 from selenium import webdriverfrom selenium.webdriver.chrome.options import Optionsoptions = Options()options.headless = Truedriver = webdr 阅读全文

收集的各种学习链接,方便查找

2020-09-15 21:06 by 起个昵称, 381 阅读, 收藏,
摘要: App元素定位三种方法http://testingpai.com/article/1595507262082 UiAutomator、UiAutomator2、Bootstrap的关系https://www.cnblogs.com/yyoba/p/9675071.html Appium官网的Appi 阅读全文

Git + Gitee + Linux命令

2021-06-08 23:58 by 起个昵称, 380 阅读, 收藏,
摘要: 除了本文介绍的git使用,还有git很多使用方法,可看:https://gitee.com/all-about-git 1、下载git,官方下载很慢或者下载不了时,采用镜像下载 http://npm.taobao.org/mirrors/git-for-windows/ 选择最新版,下载 64位的, 阅读全文

Python+Selenium - js操作

2021-05-18 18:57 by 起个昵称, 371 阅读, 收藏,
摘要: js操作:日期框 本部分涉及两个知识点:DOM树和js DOM树教程链接: https://www.w3school.com.cn/htmldom/index.asp js教程链接 https://www.w3school.com.cn/js/index.asp 用js在浏览器控制台操作 测试过程中 阅读全文

Jmeter- 笔记4 - 参数化 、函数

2020-12-14 22:46 by 起个昵称, 350 阅读, 收藏,
摘要: 参数化 调用变量的用法: ${变量名} 参数化第一 二种、 定义变量的两种方法: 配置元件(Config Element) -> 用户定义的变量(User Defined Variables) 前置处理器(Pre Processors) -> 用户参数(User Parameters) 用户定义的变 阅读全文
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 20 下一页