C# Syntax
public class DeviceDescription : HP.LFT.SDK.PropertiesDescription, HP.LFT.SDK.IDescription
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Mobile.DeviceDescription
Name | Description | |
---|---|---|
![]() | DeviceDescription Constructor | Creates a new instance of DeviceDescription.Initializes a new instance of the DeviceDescription class. |
Name | Description | |
---|---|---|
![]() | Dictionary | For internal usage. |
![]() | Id | The device ID used by Digital Lab (UFT Mobile). |
![]() | Manufacturer | The manufacturer of the device. |
![]() | Model | The model of the device. |
![]() | Name | The logical name that Digital Lab (UFT Mobile) uses to identify the device. |
![]() | OsType | The operating system currently running on the device. |
![]() | OsVersion | The operating system version currently running on the device.
The following symbols are supported: >, >=, <, <= For example: OsVersion = ">4.0" OsVersion = ">=4.1" |
Name | Description | |
---|---|---|
![]() | Clone | Creates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription ) |
![]() ![]() | FromDictionary | This method creates a new instance of DeviceDescription and initializes it with the given props dictionary. |
![]() | Get | Returns the current value of a DeviceDescription capability. |
![]() | Set | Sets a DeviceDescription capability to the given value. |