Uses of Enum
core.support.objects.DeviceObject.DeviceType
Packages that use DeviceObject.DeviceType
-
Uses of DeviceObject.DeviceType in core.support.objects
Fields in core.support.objects declared as DeviceObject.DeviceTypeMethods in core.support.objects that return DeviceObject.DeviceTypeModifier and TypeMethodDescriptionstatic DeviceObject.DeviceTypeReturns 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.DeviceTypeModifier and TypeMethodDescriptionstatic 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 trueDeviceObject.withDeviceType(DeviceObject.DeviceType type)