screen content

Naveen_ks

New member
I have a submit button on a screen which keeps popping up without a specified time interval on a particular app . And i have certain operations to be performed whenever this "SUBMIT" appears on the screen . so i was using trigger with read screen content by text and matches with text "submit" and it was working like a charm , But somehow this trigger is not working now and also my screen macrodroid is not recognising any texts popping on that particular screen .So could you please tell me what is the solution for this and also is there is any way to inteface the autoinput tasker app with macrodroid for using UI query change triggers .?
 

MacroDroidDev

Administrator
Staff member
Please check your system log in the first instance and see if there are any clues in there.

It's always possible that you system is killing the required accessibility service so I would advise you take a look at the keep accessibility services alive option within the settings as this can ensure that if the system does kill it off it can auto restart promptly.

You can use the AutoInput takser plugin with MacroDroid using the locale/tasker trigger/actions as needed.
 

Naveen_ks

New member
Please check your system log in the first instance and see if there are any clues in there.

It's always possible that you system is killing the required accessibility service so I would advise you take a look at the keep accessibility services alive option within the settings as this can ensure that if the system does kill it off it can auto restart promptly.

You can use the AutoInput takser plugin with MacroDroid using the locale/tasker trigger/actions as needed.
I have several macros running in parallel all of them are working fine . only this is not working fine . I have tried using autoinput UI query to get screen elements from the particular app but still that button text and button as a element itself is not visible in the queried screen .please suggest how to enable a trigger when a blank white screen is filled with some data .
 

MacroDroidDev

Administrator
Staff member
If neither MacroDroid or AutoInput can read the screen contents then that suggests it cannot be read. Perhaps the button and text is drawn on the screen (instead of being a standard button that accessibility services can detect).

I have no idea what this means "please suggest how to enable a trigger when a blank white screen is filled with some data"
 
Top