Xamarin.UITest.Queries.AppResult Members

The members of Xamarin.UITest.Queries.AppResult are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the Xamarin.UITest.Queries.AppResult class.

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.