emulation_info property
Returns information about the Browser emulation if defined for this browser configuration, or None if not defined.
Syntax
obj.emulation_info = value # type is EmulationBaseInfo
value = obj.emulation_info
Type:EmulationBaseInfo
Remarks
Cast this value to ChromeEmulationInfo,
and then you can access the device name and screen orientation
device_name and
screen_orientation.