EmulationInfo property
Returns information about the Browser emulation if defined for this browser configuration, or null if not defined.
Syntax
EmulationBaseInfo value = obj.EmulationInfo
Type:EmulationBaseInfo
Remarks
Cast this value to ChromeEmulationInfo,
and then you can access the device name and screen orientation
DeviceName and
ScreenOrientation.