Added support for Picker
QuickTest now supports Xamarin.Forms.Picker
.
A picker can be found by the ShouldSee()
method based on its title or its currently displayed item.
To use a Picker in a test just call Pick(automationId, text)
in which the parameter text is the string representation of the item to be picked.