Uses of Interface
com.hp.lft.sdk.mobile.DeviceInfo
Packages that use DeviceInfo
Package
Description
Provides the SDK for testing objects in mobile applications.
-
Uses of DeviceInfo in com.hp.lft.sdk.mobile
Methods in com.hp.lft.sdk.mobile that return DeviceInfoModifier and TypeMethodDescriptionstatic DeviceInfo[]
MobileLab.getDeviceList()
Returns a list of DeviceInfo for all devices in OpenText Functional Testing Lab.Methods in com.hp.lft.sdk.mobile with parameters of type DeviceInfoModifier and TypeMethodDescriptionstatic Device
MobileLab.lockDeviceByInfo
(DeviceInfo deviceInfo) Obtains a device from OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.static Device
MobileLab.tryLockDeviceByInfo
(DeviceInfo deviceInfo) Checks whether a device is available in the OpenText Functional Testing Lab and if so, locks it, so that only the current test can perform actions on it.
If this method fails, the test continues without an exception.