Skip to main content

RenderBrowserInfo class

Platform: Selenium
Language: Csharp


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

Using statement

using Applitools.VisualGrid;

BaselineEnvName property

Syntax

string value = obj.BaselineEnvName;

Type: string

BrowserType property

Syntax

BrowserType value = obj.BrowserType;

Type: BrowserType

DesktopBrowserInfo property

Syntax

DesktopBrowserInfo value = obj.DesktopBrowserInfo;

Type: DesktopBrowserInfo

EmulationInfo property

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.

Height property

Syntax

int value = obj.Height;

Type: int

IosDeviceInfo property

Syntax

IosDeviceInfo value = obj.IosDeviceInfo;

Type: IosDeviceInfo

Platform property

Syntax

string value = obj.Platform;

Type: string

Width property

Syntax

int value = obj.Width;

Type: int