| Package | Description |
|---|---|
| core.support.objects |
| Modifier and Type | Field and Description |
|---|---|
DeviceObject.DeviceType |
DeviceObject.deviceType |
| Modifier and Type | Method and Description |
|---|---|
static DeviceObject.DeviceType |
DeviceObject.DeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceObject.DeviceType[] |
DeviceObject.DeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DeviceManager.getFirstAvailableDevice(DeviceObject.DeviceType deviceType)
get first available device for test ios or android simulator or real device
sets device availability to false
|
static void |
DeviceManager.loadDevices(List<String> deviceList,
DeviceObject.DeviceType type)
load all devices And set availablility to true
|
DeviceObject |
DeviceObject.withDeviceType(DeviceObject.DeviceType type) |
Copyright © 2022. All rights reserved.