我仍然在使用AndroidViewClient版本10.5。新版本10.7是否将新特性实现为猴子替换,并支持在本文AndroidViewClient's device.touch() is much slower than MonkeyRunner's. Can it be fixed?上引发的独角兽?
发布于 2015-09-29 04:48:20
您可以在https://github.com/dtmilano/AndroidViewClient/commits/master上看到包含更改描述的日志。
您提到的这两个问题的解决方案正在进行中,所需的支持是最新版本更改的一部分(请检查UiAutomatorHelper)。基本上,UiAutomatorHelper将作为REST服务器在设备上运行,并通过它进行交互。
https://stackoverflow.com/questions/32815617
复制相似问题