IosDeviceInfo class
Platform: Selenium 3Language: Java 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
import com.applitools.eyes.visualgrid.model.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.
Methods
- getDeviceName()
- Use this method to retrieve the name of the device.
- getScreenOrientation()
- Use this method to retrieve the secreen orientation (portrait or landscape).
- getVersion()
- Use this method to retrieve the iOS version to use when rendering the checkpoint for this device.