RenderBrowserInfo class
Platform: Selenium 3Language: C# SDK:
This class is used to provide information as to how a test was rendered using the Ultrafast Grid.
Using statement
using Applitools.VisualGrid;
Properties
- BaselineEnvNameType:string
- Returns the baseline environment used for this browser configuration, or null if not defined.
- BrowserTypeType:BrowserType
- Returns the browser defined for this browser configuration, or null if not defined.
- DesktopBrowserInfoType:DesktopBrowserInfo
- If this is a DesktopBrowserInfo configuration returns the information.
- EmulationInfoType:EmulationBaseInfo
- Returns information about the Browser emulation if defined for this browser configuration, or null if not defined.
- HeightType:int
- Returns the height of the viewport defined for this browser configuration.
- IosDeviceInfoType:IosDeviceInfo
- If this is a IosDeviceInfo configuration returns the information.
- PlatformType:string
- Returns the platform on which the this browser configuration was run.
- ViewportSizeType:Size
- Returns the viewport defined for this browser configuration.
- WidthType:int
- Returns the width of the viewport defined for this browser configuration.