Android Device Response
data class AndroidDeviceResponse(val androidModelId: String, val androidVersionId: String, val locale: String, val orientation: String)
A single Android device.
Properties
Link copied to clipboard
The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
Link copied to clipboard
The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
Link copied to clipboard
How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.