本文介绍了如何点击一个特殊坐标机器人的屏幕?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎么可以点击一个点用给它协调的Andr​​oid设备的屏幕呢?我想没有触摸点击屏幕与我的手指。我想点击的应用程序。任何想法?我知道我们可以点击并有一个解决方案。

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.

推荐答案

我觉得你可以尝试执行输入抽头XY 在你的应用程序,如果你想触摸的坐标是 X

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.

这篇关于如何点击一个特殊坐标机器人的屏幕?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 13:19
查看更多