Skip to main content

RenderBrowserInfo class

Platform: Selenium
Language: Python


This class is used to provide information as to how a test was rendered using the Ultrafast Grid.

Import statement

from applitools.common import RenderBrowserInfo

browser property

Syntax

value = obj.browser

Type: Text

height property

Syntax

value = obj.height

Type: int

platform property

Syntax

value = obj.platform

Type: Text

width property

Syntax

value = obj.width

Type: int

baseline_env_name property

Syntax

obj.baseline_env_name  = value
value = obj.baseline_env_name

Type: Text

browser_type property

Syntax

obj.browser_type  = value
value = obj.browser_type

Type: BrowserType

emulation_info property

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.