I’m trying to locate a mobile UI element using wildcard * which is not working.
ex: the target selector identified by UiPath is:
“<mbl android:className=‘android.widget.TextView’ text=‘Today 1 Oct’ / >”
I want to find this element without having to explicitly mention exact date because the date is dynamic and keeps changing. Hence I tried
“mbl android:className=‘android.widget.TextView’ text=‘Today *’ />” but this seems to not work. Does anybody have any idea or suggestions here pls??