maestro
maestro copied to clipboard
Match substrings with `text=<regex>` and `id=<regex>`
It would be nice to be able to have tapOn: button find a button with text == My button with a long name. Today we need to write tapOn: .*button.*. Same request for the id matcher.