AndroidDevice

单个 Android 设备。

JSON 表示法
{
  "androidModelId": string,
  "androidVersionId": string,
  "locale": string,
  "orientation": string
}
字段
androidModelId

string

必需。要使用的 Android 设备的 ID。请使用 TestEnvironmentDiscoveryService 获取支持的选项。

androidVersionId

string

必需。要使用的 Android 操作系统版本的 ID。请使用 TestEnvironmentDiscoveryService 获取支持的选项。

locale

string

必需。测试设备用于测试的语言区域。请使用 TestEnvironmentDiscoveryService 获取支持的选项。

orientation

string

必需。测试期间设备的屏幕方向。请使用 TestEnvironmentDiscoveryService 获取支持的选项。