【发布时间】:2021-10-17 16:31:22
【问题描述】:
这是我第一次尝试自动化安卓游戏并使用 adb。我想向我的手机发送点击命令,但它们似乎是too slow。我已经看到一些解决方案是发送原始字节或使用 get/sendevents,但我在实现它们时遇到了麻烦。以下是相关代码:
if detect_tile(c1):
device.shell("input touchscreen tap 90 943")
您对实施有何建议?
注意:我的设备没有root
【问题讨论】:
标签: python android automation adb