DeviceAttribute
public enum DeviceAttribute : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case arn = "ARN" -
Undocumented
Declaration
Swift
case platform = "PLATFORM" -
Undocumented
Declaration
Swift
case formFactor = "FORM_FACTOR" -
Undocumented
Declaration
Swift
case manufacturer = "MANUFACTURER" -
Undocumented
Declaration
Swift
case remoteAccessEnabled = "REMOTE_ACCESS_ENABLED" -
Undocumented
Declaration
Swift
case remoteDebugEnabled = "REMOTE_DEBUG_ENABLED" -
Undocumented
Declaration
Swift
case appiumVersion = "APPIUM_VERSION" -
Undocumented
Declaration
Swift
case instanceArn = "INSTANCE_ARN" -
Undocumented
Declaration
Swift
case instanceLabels = "INSTANCE_LABELS" -
Undocumented
Declaration
Swift
case fleetType = "FLEET_TYPE" -
Undocumented
Declaration
Swift
case osVersion = "OS_VERSION" -
Undocumented
Declaration
Swift
case model = "MODEL" -
Undocumented
Declaration
Swift
case availability = "AVAILABILITY" -
Declaration
Swift
public var description: String { get }
View on GitHub
DeviceAttribute Enumeration Reference