Uses of Class
core.support.objects.DeviceObject.DeviceType
-
Packages that use DeviceObject.DeviceType Package Description core.support.objects -
-
Uses of DeviceObject.DeviceType in core.support.objects
Fields in core.support.objects declared as DeviceObject.DeviceType Modifier and Type Field Description DeviceObject.DeviceTypeDeviceObject. deviceTypeMethods in core.support.objects that return DeviceObject.DeviceType Modifier and Type Method Description static DeviceObject.DeviceTypeDeviceObject.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.Methods in core.support.objects with parameters of type DeviceObject.DeviceType Modifier and Type Method Description static StringDeviceManager. getFirstAvailableDevice(DeviceObject.DeviceType deviceType)get first available device for test ios or android simulator or real device sets device availability to falsestatic voidDeviceManager. loadDevices(List<String> deviceList, DeviceObject.DeviceType type)load all devices And set availablility to trueDeviceObjectDeviceObject. withDeviceType(DeviceObject.DeviceType type)
-