ChromeEmulationInfo class
Platform: Selenium 3Language: Java SDK:
Objects of this class are used to configure the Ultrafast Grid to render checkpoints by emulating a device by using Chrome mobile emulation.
Import statement
import com.applitools.eyes.visualgrid.model.ChromeEmulationInfo;
Constructor
- ChromeEmulationInfo()
- Create an object that can be used to configure the Ultrafast Grid to render checkpoints by emulating a device using Chrome mobile emulation.
Methods
- getDeviceName()
- Use this method to retrieve the name of the device.
- getScreenOrientation()
- Use this method to retrieve the secreen orientation (portrait or landscape).
- setDeviceName()
- Use this method to set the name of the device.
- setScreenOrientation()
- Use this method to set if the device is portrait or landscape