MAKE CLICK ON 2 APP ELEMENTS BY TRYING TO USE VARIABLES

abmateu

New member
Hello. I want to create a macro able to make click in a certain app element that contains a symbol € + numeric value. I want to create an automatism able to make click if €+numericValue from (9 to 19) appears on the screen. I tryied with UI Interaction by setting click, text content, contains €9 and the same with all the numbers to €19, but i want to create some variables for simplify it and do it better. Thanks
 

MacroDroidDev

Administrator
Staff member
The UI Interaction action to click text supports magic text, so hit the ... button and select the variable that you want to use.
 

abmateu

New member
Nice, and if i want to click a button that it's called X but only if it appears on the screen the symbol€ + numericValue from (9 to 19) ?
Thanks for your help
 
Top