The members of Xamarin.UITest.Queries.AppResult are listed below.
See Also: Inherited members from System.Object
| Initializes a new instance of the Xamarin.UITest.Queries.AppResult class. |
| 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. |