YongjianYan

Results 3 issues of YongjianYan

什么时候支持py3?

1.每次运行脚本都会弹出安装uiautomator 和 uiautomator.test ,要怎么设置 2.下列脚本报错,要怎么修改? from fastAutoTest.core.h5.h5Engine import H5Driver import os import time ''' 打开Android微信,利用ADB命令 ''' def openWechat(): os.system('adb shell am force-stop com.tencent.mm') # 杀掉微信 os.system('adb shell am start com.tencent.mm/.ui.LauncherUI')...

how to do ui auto-test based on ElementUI