UI Interaction, click local variable not work

Billkoy3

New member
Hi,
Got problem with UI Interaction. Macro is not working with pressing specific local variable. Macro looks like:
if localvariable > 20
Click (x,y) - works
when I change to:
Click [{localvariable}] is not working

Since some time local variable started to appear in different position. So (x,y) is not working all time. Tried to find in forum similar problem, but I cant see solution. Any idea how to set up UI Interaction to Click local variable?
 

MacroDroidDev

Administrator
Staff member
Please show exact screenshot of your action configuration or use report a bug in the troubleshooting section of the app.
 
Top