python3 爬虫实战 :用 Appium 抓取手机 app 微信 的 数据【这个哥们写的总结很全】
https://blog.csdn.net/freeking101/article/details/83787073
【没有实践过】自动化测试工具appium安装&操作微信与好友聊天
https://blog.csdn.net/fw118958/article/details/79061335
【遇到的没有权限的错误】PID 14124 does not have permission android.permission.CLEAR_APP_USER_DATA to clear data of package com.**.erp_client'; Code: '1'
https://github.com/appium/appium-desktop/issues/393
【没有实践过】利用appium和Android模拟器爬取微信朋友圈(解决每次重启登录)
https://blog.csdn.net/supramolecular/article/details/83302436
appium测试,真机不需要的每次重新装app的解决方法
https://blog.csdn.net/hqzxsc2006/article/details/44851393
Android SDK开发包国内下载地址
http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.html
国内地址【没搞懂怎么用】
http://mirrors.neusoft.edu.cn/android/repository/?C=M&O=D
https://hellowac.github.io/programing%20teach/2017/04/06/selenium01.html
selenium 预期条件判断
Using XPath locators is not recommended and can lead to fragile tests. Ask your development team to provide unique accessibility locators instead!
Appium使用教程(七)——获取appPackage和appActivity
https://blog.csdn.net/mtbaby/article/details/78676477
android SDK Manager里面的system-images文件夹的内容可以删掉吗?太大了
https://zhidao.baidu.com/question/1303503323085527499.html
appium给出的问题解决方法
https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/android/activity-startup.md
各个版本手机权限问题
https://testerhome.com/topics/9192
小米【稳定版本】版本的权限问题
https://stackoverflow.com/questions/37641670/adb-install-failure-install-canceled-by-user
--adb判断当前包名
adb shell
获取包名
dumpsys window windows | grep -E 'mCurrentFocus'
--检测是否能够启动
adb shell am start -W -n com.unnoo.quan/.activities.MainActivity -S -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000
评论 (0)