Hi There,
UISearchBar has its own "Cancel" button which can be shown/hidden with the property showsCancelButton
. How to access it when writing UI test cases? (Or what is its accessibilityIdentifier
). I want to do something like: enter some text in the search bar and then clear it with that button.
Thanks in advance!