Is there any Android app that can detect particular text on screen and click on it automatically?

4k Views Asked by At

I want a app that can read text on my screen and click on the text which I can pre-define in the app. App mostly capable to identify multiple texts and if anyone of them present on screen then click on that region.

2

There are 2 best solutions below

0
Gabe Sechan On

You can't. Android doesn't have APIs for screen scraping because its a huge security hole- you could use it to grab passwords, banking info, etc. Definitely not possible without a rooted device, probably not possible even with root without a lot of work (you could maybe on a rooted device grab it right from the screen data, but then you'd have to do image processing to find the actual text).

1
WindowsDan On

Yes.

Macrodroid.

Use the Device action -> UI interaction -> Click -> Specific text

Option in the macro and it'll click that word on the screen