C# Syntax
public static class MobileLab
System.Object
HP.LFT.SDK.Mobile.MobileLab
Name | Description | |
---|---|---|
![]() ![]() | MobileCenterAddress | Returns the URI of the UFT Digital Lab (UFT Mobile) as defined in the LFTRuntime configuration, or null if it is not defined. |
![]() ![]() | MobileCenterUserName | Returns the user name of the UFT Digital Lab (UFT Mobile) as defined in the LFTRuntime configuration, or null if it is not defined. |
Name | Description | |
---|---|---|
![]() ![]() | GetDeviceList | Returns information (a list of IDeviceInfo interfaces) about all the devices in UFT Digital Lab (UFT Mobile). |
![]() ![]() | LockDevice | Overloaded. Obtains a device from the UFT Digital Lab (UFT Mobile) lab and locks it, so that only the current UFT Developer test can perform actions on it. |
![]() ![]() | LockDeviceById | Obtains a device from the UFT Digital Lab (UFT Mobile) lab by deviceID and locks it, so that only the current UFT Developer test can perform actions on it. |
![]() ![]() | LockDeviceByInfo | Obtains a device from the UFT Digital Lab (UFT Mobile) lab by device information and locks it, so that only the current UFT Developer test can perform actions on it. |
![]() ![]() | LockDeviceByName | Obtains a device from the UFT Digital Lab (UFT Mobile) lab by device name and locks it, so that only the current UFT Developer test can perform actions on it. |
![]() ![]() | TryLockDeviceByInfo | Checks whether a device is available in the UFT Digital Lab (UFT Mobile) lab and, if so, locks it so that only the current UFT Developer test can perform actions on it. |