名称
最后提交
最后更新
..
00服务器监测 Loading commit data...
01展厅中控屏 Loading commit data...
02预定系统巡检 Loading commit data...
03无纸化 Loading commit data...
04软终端入会 Loading commit data...
05展厅会议室中控屏 Loading commit data...
06讯飞系统巡检 Loading commit data...
07运维系统 Loading commit data...
08统一平台系统 Loading commit data...
09统一平台腾讯终端入会 Loading commit data...
10桌牌系统 Loading commit data...
11环境清除 Loading commit data...
__pycache__ Loading commit data...
README.md Loading commit data...
img.png Loading commit data...
test.py Loading commit data...

Appium一些相关参数获取:

  1. 如何获取手机某一程序的应用包名 使用adb命令进行获取,手机打开应用,adb命令行输入adb shell dumpsys activity recents | find "intent={" 找到第一行的cmp的key值appPackage/appActivity img.png

运行Appium时遇到的问题总结:

  1. 问题:运行Appium报错: Failed to initialize driver: Message: An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command ''C:\Program Files\androidsdk\platform-tools\adb.exe' -P 5037 -s f0b5fab1 shell settings delete global hidden_api_policy_pre_p_apps' exited with code 255'; Stderr: 'Exception occurred while executing 'delete': 解决方法:可能是权限不足导致,在adb命令行窗口输入adb root赋予权限。再执行程序