How can i click on a point of android device screen with give it coordinates? I want to click without touch the screen with my finger. I want to click with the app. any idea? I know we can click and there is a solution.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I think you can try to execute input tap x y
in your app if the coordinate you want to touch is x
, y
.
Or you can try to execute this command through adb
in your PC.