UI Interaction Click on Text Supporting regex

Abalsam

Active member
I am trying to use the same macro to support skipping in multiple streaming apps. Some app present a button with the word "Skip" while others "SKIP". Because the two are not the same, I currently need two actions instead of one. I think it would be useful if the UI Interaction Click on Text option supported regex so that a single action can cover multiple forms of the same text.

Thanks
 

Dm114

Well-known member
I am trying to use the same macro to support skipping in multiple streaming apps. Some app present a button with the word "Skip" while others "SKIP". Because the two are not the same, I currently need two actions instead of one. I think it would be useful if the UI Interaction Click on Text option supported regex so that a single action can cover multiple forms of the same text.

Thanks
Did you try "Skip|SKIP" or "S(kip|KIP)"?
 

Dm114

Well-known member
I never tried but if you say that upper case and lower case are not the same, it suggests that it uses regex rules...
 
Top