UI Interaction: Add case insensitive text clicks

AndroidHarry

New member
I want to control an app via voice commands. The problem I'm having is that the app's options' (buttons/links) labels have the first letter Capitalized. I have no control over that. Then when I use Voice Input action, Google Voice Input translates all letters to lower case, which is stored as such in the Macrodroid variable. Again, I have no control over that. Thus, UI Interaction action to click the variable's text on the screen fails. The Text Manipulation action is no help that I can see. So, I'm requesting that a "Case Insensitive" option be added to the click text option.
 

Attachments

  • Screenshot_20220919-215040_MacroDroid.png
    Screenshot_20220919-215040_MacroDroid.png
    142.5 KB · Views: 9
  • Screenshot_20220919-214955_MacroDroid.png
    Screenshot_20220919-214955_MacroDroid.png
    143 KB · Views: 9

Endercraft

Moderator (& bug finder :D)
I want to control an app via viice commands. The problem I'm having is that the app's options' (buttons/links) labels have the first letter Capitalized. I have no control over that. Then when I use Voice Input action, Google Voice Input translates all letters to lower case, which is stored as such in the Macrodroid variable. Again, I have no control over that. Thus, UI Interaction action to click the variable's text on the screen fails. The Text Manipulation action is no help that I can see. So, I'm requesting that a "Case Insensitive" option be added to the click text option.
That would be very helpful, but you can use text manipulation to do that.
 
Top