Xamarin.UITest.Queries.AppResult: Property Members

The properties of Xamarin.UITest.Queries.AppResult are listed below. For a list of all members, see the AppResult Members list.

See Also: Inherited members from System.Object

Public Properties

Classstring. The class of the view element.
Descriptionstring. A platform specific text representation of the view element.
Enabledbool. Whether the element is enabled or not.
Idstring. The identifier of the view element. For Android: The id of the element. For iOS: The accessibilityIdentifier of the element.
Labelstring. The label of the view element. For Android: Empty For iOS: The accessibilityLabel of the element.
RectAppRect. The Xamarin.UITest.Queries.AppRect rectangle representing the elements position and size.
Textstring. The text of the view element.