Xamarin.UITest.Queries.PropertyAppQuery: Method Members

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

Public Methods

Contains(string) : AppQuery
Matches properties containing with the given text.
EndsWith(string) : AppQuery
Matches properties ending with the given text.
Like(string) : AppQuery
Matches properties like the given text. Supports * wildcards.
Predicate(string, string) : AppQuery
Matches properties matching the given predicate and text. Allows using unexposed Calabash predicates.
StartsWith(string) : AppQuery
Matches properties starting with the given text.
Value<T>() : AppTypedSelector<T>
Extracts the value of the property.