Ios Device Args
data class IosDeviceArgs(val iosModelId: Output<String>, val iosVersionId: Output<String>, val locale: Output<String>, val orientation: Output<String>) : ConvertibleToJava<IosDeviceArgs>
A single iOS device.
Properties
Link copied to clipboard
The id of the iOS device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
Link copied to clipboard
The id of the iOS major software 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.