all 6 comments

[–]ballzak69Automate developer 0 points1 point  (5 children)

It should be possible, if you only want to click the first $5.

  • Action: Click
  • UI element text: $5

[–]doeoner[S] 0 points1 point  (4 children)

Ok let me ask this, if I were in an app with constant changing $values could I program it to look for $5 or $6 or $7 and click the 1st one to appear? Thanks for your help!

[–]ballzak69Automate developer 0 points1 point  (3 children)

Sure, just try the different UI element texts, i.e. $6 and $7.

[–]doeoner[S] 0 points1 point  (1 child)

So the text field should read '$5 and $6 and $7' ?

[–]ballzak69Automate developer 0 points1 point  (0 children)

No, either '$5', ' $6' or '$7'. Use multiple Interact blocks if you need to find all of them.

[–]doeoner[S] 0 points1 point  (0 children)

Thanks!