The members of Xamarin.UITest.Queries.PropertyAppQuery are listed below.
See Also: Inherited members from System.Object
| Initial constructor for property queries. Should not be called directly, but used as part of the fluent API in the app classes. |
| [read-only] | QueryPlatform | QueryPlatform. The target platform of the query. Useful when writing extensions methods for queries for platform differences. |
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. | ||
| Xamarin.UITest.Utils.IFluentInterface.GetType | Documentation for this section has not yet been entered. |