S
S
sound9012019-07-15 20:01:32
Android
sound901, 2019-07-15 20:01:32

How to simulate a tap on the screen by coordinates?

In developer mode, the "show touches" function got the x and y coordinates.
Can I somehow programmatically simulate clicking on the screen at certain coordinates?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Victor Bomberow, 2019-07-15
@majstar_Zubr

Yes, you need to connect via adb, https://developer.android.com/studio/command-line/... and for example act like here:
https://igor.mp/blog/2018/02/23/using- adb-simulate...
On this principle, primitive remote access to the screen of any Android works through adb: https://marian.schedenig.name/2014/07/03/remote-co...

D
Developer, 2019-07-15
@samodum

Can be done via adb shell

O
Oleg, 2019-07-15
@402d

It is NOT POSSIBLE to tap programmatically FROM THE ANDROID APP on a non-rooted phone .

D
Dim Boy, 2019-07-15
@twix007

and who knows the working autoclicker root

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question