My issue involves a
Button class = "searchbar__SearchButton-sc-1546roh-3 searchbar__CancelButton-sc-1546roh-4 glEceZ"
I am attempting to locate this element in the browser using
return browser.element('button[class^="searchbar__CancelButton-"]');
Unfortunately, I am running into an error stating that the element cannot be found. Can someone please provide guidance on how to correctly use this element?