IosDeviceInfo class
Platform: Selenium 3Language: Python SDK:
Objects of this class are used to configure the Ultrafast Grid to render checkpoint images
by running a Safari browser on an iOS simulator.
Import statement
from applitools.selenium import IosDeviceInfo
Constructor
- IosDeviceInfo()
- Create an object that can be used to configure the Ultrafast Grid to render checkpoints by running a Safari browser on an iOS simulator.
Properties
- ios_versionType:IosVersion
- Use this property to set and retrieve the iOS version to use when rendering the checkpoint for this device.
- browserType:Text
- Use this property to retrieve and set the configured Browser.
- heightType:int
- Use this property to retrieve and set the configured viewport height.
- platformType:Text
- Use this property to retrieve and set the platform on which the UltrafastGrid rendered this test.
- viewport_sizeType:RectangleSize
- Use this property to retrieve and set the configured viewport size
- widthType:int
- Use this property to retrieve and set the configured viewport width.
- device_nameType:DeviceName
- Use this property to retrieve and set the name of the device.
- screen_orientationType:ScreenOrientation
- Use this property to retrieve and set the secreen orientation (portrait or landscape).