摘要: ADB(Android Debug Bridge) 是一个命令行工具 与模拟器或连接的Android设备进行通信 进行各种设备操作,如:安装和调试应用、提供对设备上shell的访问 包含:客户端、手机上的后台程序、服务器(adb server) https://developer.android.g 阅读全文
posted @ 2019-04-10 12:19 午间小憩 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 选择界面元素 操作元素(点击、输入字符、拖拽、获取页面元素的各种属性) 根据Appium获取的数据进行分析和处理 desired_capabilities 查看appPackage 和appActivity sdk\build-tools\XXX\aapt.exe dump badging 包路径 阅读全文
posted @ 2019-04-10 11:46 午间小憩 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 选择元素的方法 根据xpath 在Appium中,我们没法使用css,因为css是web专用的 Appium支持xpath来定位元素 对于一些比较复杂的元素的定位,我们可以用它 driver.find_element_by_xpath('') class 表示节点名 //*[@resource-id 阅读全文
posted @ 2019-04-10 11:41 午间小憩 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Appium 是开源的、跨平台的、多语言支持的 移动应用 自动化工具 原生app,如计算器 混合(Hybrid)app 内嵌web + 原生 移动 web app 手机浏览器打开的网址 安装appium python client(客户端库,Python的库) pip install Appium- 阅读全文
posted @ 2019-04-08 14:40 午间小憩 阅读(92) 评论(0) 推荐(0) 编辑
摘要: Python 2.7.15 selenium 2.53.6 Firefox 47.0.1 pycharm 2017.3.7 D:\hyz\install\python\test\venv\Scripts\python.exe D:/hyz/install/python/test/test_proje 阅读全文
posted @ 2019-02-23 21:17 午间小憩 阅读(218) 评论(1) 推荐(0) 编辑
摘要: TCP和UDP的最完整的区别 https://blog.csdn.net/li_ning_/article/details/52117463 阅读全文
posted @ 2018-04-27 14:32 午间小憩 阅读(80) 评论(0) 推荐(0) 编辑
摘要: charles抓包的安装,使用说明以及常见问题解决(windows) https://blog.csdn.net/zhangxiang_1102/article/details/77855548 阅读全文
posted @ 2018-04-27 14:27 午间小憩 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 网关协议学习:CGI、FastCGI、WSGI https://www.biaodianfu.com/cgi-fastcgi-wsgi.html 阅读全文
posted @ 2018-04-27 14:21 午间小憩 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 理论经典:TCP协议的3次握手与4次挥手过程详解 https://blog.csdn.net/omnispace/article/details/52701752 阅读全文
posted @ 2018-04-27 14:17 午间小憩 阅读(96) 评论(0) 推荐(0) 编辑
摘要: OSI七层与TCP/IP五层网络架构详解 http://www.ha97.com/3215.html 阅读全文
posted @ 2018-04-27 12:35 午间小憩 阅读(86) 评论(0) 推荐(0) 编辑