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
| Class | string. The class of the view element. | |
| Description | string. A platform specific text representation of the view element. | |
| Enabled | bool. Whether the element is enabled or not. | |
| Id | string. The identifier of the view element. For Android: The id of the element. For iOS: The accessibilityIdentifier of the element. | |
| Label | string. The label of the view element. For Android: Empty For iOS: The accessibilityLabel of the element. | |
| Rect | AppRect. The Xamarin.UITest.Queries.AppRect rectangle representing the elements position and size. | |
| Text | string. The text of the view element. |