Skip to content

Added support for Picker

Compare
Choose a tag to compare
@kaolick kaolick released this 26 Nov 09:28
· 108 commits to master since this release

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.