问题
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.
来源:https://stackoverflow.com/questions/29326532/how-to-click-on-a-special-coordinate-android-screen