how to click on a special coordinate android screen?

╄→尐↘猪︶ㄣ 提交于 2019-12-19 11:54:14

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!