Hi,
We have created a library of extension to the IApp methods and one that we use a lot is a combination of IApp.WaitForElement() and IApp.Tap()
I think it would be useful if the Tap Method was overloaded to combine the above two methods out the box.
Another extension that we have created and that we use a lot is IApp.ScrollDownTo() and IApp.Tap(), it's not too much work to create the extension methods but I think it would definitely help new Xamarin.UITest users