新增启动移动端服务方法

This commit is contained in:
zyj
2025-11-08 18:58:20 +08:00
parent 969bfdb2d0
commit 0971b3ec31
4 changed files with 275 additions and 5 deletions

8
test/test.py Normal file
View File

@@ -0,0 +1,8 @@
import uiautomator2 as u2
d = u2.connect('emulator-5556')
# d.app_start('com.android.chrome', stop=True) # Start Bilibili
# d.implicitly_wait(10.0)
# d(text="向设备添加账号").click()