Currently, when I use app.Tap
I have to give it the exact string.
I want to do something like app.Tap("sstring")
and still match elements marked with e.g. "somessting", "someSStRing", etc.
is it possible to have that somehow? it sounds like a simply thing, but I couldn't find a way to do it and it's surprising that there is no option to make it behave that way.
Cheers,
Space Monkey