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);
IosDeviceInfo obj = new IosDeviceInfo(deviceName, screenOrientation);
IosDeviceInfo obj = new IosDeviceInfo(deviceName, version);
IosDeviceInfo obj = new IosDeviceInfo(deviceName, screenOrientation, version);
Parameters
- deviceName
- Type:IosDeviceName
- One of the devices from the enumerated type of this parameter
- screenOrientation
- Type:ScreenOrientation
- The orientation of the device (portait or landscape).
- version
- Type:IosVersion
- The iOS version to use when rendering the checkpoint for this device.
Return value
- Type: IosDeviceInfo