ChromeEmulationInfo type
Objects of this type are used to configure the Ultrafast Grid to render checkpoints by emulating a device by using Chrome mobile emulation.
chromeEmulationInfo property
Syntax
obj = { chromeEmulationInfo: value };
Type:
{
deviceName: DeviceNamePlain;
screenOrientation?: ScreenOrientationPlain;
};
Type definitions
DeviceNamePlain
This type allows passing strings instead of enumerated values, for the list of enum values see DeviceName.
ScreenOrientationPlain
This type allows passing strings instead of enumerated values, for the list of enum values see ScreenOrientation.
Remarks
The viewport width and height used to identify the baseline, is defined implicitly by the screen characteristics of the device.