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
value = obj.emulation_info
Type:EmulationBaseInfo
Remarks
Cast this value to ChromeEmulationInfo,
and then you can access the device name and screen orientation using the
device_name property and
screen_orientation property.