Overload | Description |
---|---|
LockDevice(DeviceDescription) | Obtains a device from the Digital Lab lab and locks it, so that only the current OpenText Functional Testing for Developers test can perform actions on it. |
LockDevice(DeviceDescription,ApplicationDescription[]) | Obtains a device from the Digital Lab lab and locks it, so that only the current OpenText Functional Testing for Developers test can perform actions on it. |
LockDevice(DeviceDescription,ApplicationDescription[],DeviceSource) | Obtains a device from the Digital Lab lab and locks it, so that only the current OpenText Functional Testing for Developers test can perform actions on it. |
LockDevice(DeviceDescription,DeviceSessionOptions) | Obtains a device from the Digital Lab lab and locks it, so that only the current OpenText Functional Testing for Developers test can perform actions on it. |
// Lock a device by name. var device = MobileLab.LockDeviceByName("MyDevice");