Macro help
Hi everyone,
Could you please help me create a MacroDroid macro, if this is possible?
The first step is already set up: I added the app that the macro should work with.
In this app, a red image appears at a specific location on the screen. When the red image appears, I want the macro to click on another specific location. It should then keep repeating this process: every 1–3 seconds, the macro should check whether the red color is present, and if it is, click on the specified location.
I have already created the click action and specified the coordinates.
However, I’m missing the main part: I don’t understand how to properly set up the pixel color check and what other actions or conditions I need to make this work.
Would checking the color of a specific pixel be a good approach for this, or is there a better way to detect when the red image appears?
Any help would be greatly appreciated. Thank you!