Can anyone help me with this? I can not use the same test code for iOS and Android. The search field name that was found is not the same, ie:
Syntax in iOS - app.Query(x => x.Class("UISearchBarTextField"));
Syntax in Android - app.WaitForElement(x => x.Id("search_src_text"));
What looks like the genre is search_src_text , but this does not work on iOS. Thanks again.