pip install uiautomator2 # Check if installation was successful, normally it will output the library version uiautomator2 version # or: python -m uiautomator2 version ...
python-uiautomator2-sample/ ├── base/ # 基础测试类 │ ├── __init__.py │ └── base_test.py # 测试基类 ├── config/ # 配置文件 ...