C# Syntax
public class ToggleDescription : UiObjectBaseDescription, HP.LFT.SDK.IDescription
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Mobile.UiObjectBaseDescription
HP.LFT.SDK.Mobile.ToggleDescription
Name | Description | |
---|---|---|
ToggleDescription Constructor | Initializes a new instance of the ToggleDescription class. |
Name | Description | |
---|---|---|
AccessibilityId | The accessibility ID of the mobile object. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
ClassName | The test object class name used by Digital Lab. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
Container | Container information if the object is in a table. (iOS Only) (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
IsCheckable | Indicates whether the object can be checked. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
IsChecked | Indicates whether the mobile object is checked. (Relevant only for checkable objects, for example, a check box.) (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
IsClickable | Indicates whether the mobile object can be tapped. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
IsEnabled | Indicates whether the mobile object is enabled. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
IsFocusable | Indicates whether the object can receive focus. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
IsFocused | Indicates whether the mobile object is in focus. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
MobileCenterIndex | An ordinal number assigned to the object to indicate the order in which the object appears on the device relative to other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
NativeClass | The native class of the mobile object. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
ResourceId | The resource ID of the object. (Android only) (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
Text | The text of the mobile object. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) | |
Vri | Distinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Mobile.UiObjectBaseDescription ) |
Name | Description | |
---|---|---|
Clone | Creates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription ) |