# mobel-rpa ## 参考 [参考文档](https://developer.android.com/reference/android/support/test/uiautomator/UiSelector) [参考文章](https://blog.csdn.net/Master724/article/details/107962349) https://github.com/openatx/uiautomator2 ## 初始化项目 ```shell poetry install ``` 运行android定位器 ```shell poetry run python -m weditor ``` ## shell 指令 查看设备号 ```shell adb devices ``` 查找APPID ```shell adb shell pm list packages -f ```