Search results

  1. B

    UI Interaction, click local variable not work

    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...
  2. B

    Many Variables not working

    Hello. I need to add many variables to macro for example: 17. 18. 19. 20. (...) 1000. (all with dot). My script work well with just one variable. But I need them much more. No clue how to add many variables or make script if x>17 + dot (.) then do xxx. Script is working on text/regex (waiting...
Top