Appium自动化学习1

1.Appium-desktop配置Desired Capabilities

{
"platformName": "Android",
"platformVersion": "7.1.1",
"deviceName": "根据adb devices命令检测到的设备获得一串数字填写",
"appActivity": "先把安装包长在电脑,通过命令aapt dump badging /安装包路径查找launchable-activity获取Activity",
"appPackage": "adb shell dumpsys activity | find "mFocusedActivity"获取正在运行的包名",
"noReset": "true" #不重置应用数据,false表示会重置,true表示不会重置
}

报错解决:1.提示安装Unicode失败报错解决方法,找到android.js,然后注释掉这几个apk

Appium自动化学习1

其他报错合集参考博客:https://blog.csdn.net/MenofGod/article/details/82216686

Appium自动化学习1

解决方法:如果使用的是小米手机,设置里面把模拟点击的功能打开

Appium自动化学习1

解决方法:把项目关闭,重新创建项目,报错解决

定位坐标简单的方法:

https://blog.csdn.net/qq_40088443/article/details/81706854

上一篇:优化MYSQL配置文件MY.INI


下一篇:【WebStorm】前端工具开发利器webstrom专篇