The information in this topic may be out of date. The current SDK reference guide has moved here.
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 using the
DeviceName property and
ScreenOrientation property.