The methods of Xamarin.UITest.Queries.PropertyAppQuery are listed below. For a list of all members, see the PropertyAppQuery Members list.
See Also: Inherited members from System.Object
Contains(string)Matches properties containing with the given text. | ||
EndsWith(string)Matches properties ending with the given text. | ||
Like(string)Matches properties like the given text. Supports * wildcards. | ||
Predicate(string, string)Matches properties matching the given predicate and text. Allows using unexposed Calabash predicates. | ||
StartsWith(string)Matches properties starting with the given text. | ||
Value<T>()Extracts the value of the property. | ||