Junjun.Li

Results 2 comments of Junjun.Li

I's error while installing the test apk, and I check the code, in the method "install"(__init__.py): "self.adb.cmd("install", "-r -t", os.path.join(base_dir, apk)).wait()" I think it should be "self.adb.cmd("install", "-r", "-t", os.path.join(base_dir,...

Hi @aristeia , Maybe below link's infomation can help you. http://p.codekk.com/detail/Android/xiaocong/uiautomator After install the APKs, 1. adb shell am instrument -w com.github.uiautomator.test/android.support.test.runner.AndroidJUnitRunner 2. adb shell curl -d '{"jsonrpc":"2.0","method":"deviceInfo","id":1}' localhost:9008/jsonrpc/0 By...