IosDeviceInfo method
Create an object that can be used to configure the Ultrafast Grid to render checkpoints by running a Safari browser on an iOS simulator.
Syntax
IosDeviceInfo obj = new IosDeviceInfo(deviceName, screenOrientation, iosVersion);
IosDeviceInfo obj = new IosDeviceInfo(deviceName, screenOrientation);
IosDeviceInfo obj = new IosDeviceInfo(deviceName);
Parameters
- deviceName
- Type:IosDeviceName
- One of the devices from the enumerated type of this parameter
- screenOrientation
- Type:ScreenOrientation [Optional : default = Applitools.VisualGrid.ScreenOrientation.Portrait ]
- The orientation of the device (portait or landscape). If this parameter is not provided then the default is ScreenOrientation.Portrait
- iosVersion
- Type:IosVersion? [Optional : default = null ]
- The iOS version to use when rendering the checkpoint for this device.
Return value
- Type: IosDeviceInfo