DesktopBrowserInfo class
Platform: Selenium 3Language: C# SDK:
Objects of this class are used to configure the Ultrafast Grid to render checkpoints by
rendering them on a particular desktop browser.
Using statement
using Applitools.VisualGrid;
Constructor
- DesktopBrowserInfo()
- Create an object that can be used to configure the Ultrafast Grid to render checkpoints by rendering the image on a particular desktop browser.
Properties
- BaselineEnvNameType:string
- Use this property to retrieve and set the configured baseline environment name.
- BrowserTypeType:BrowserType
- Use this property to retrieve and set the configured Browser.
- HeightType:int
- Use this property to retrieve and set the configured viewport height.
- ViewportSizeType:Size
- Use this property to retrieve and set the configured viewport size
- WidthType:int
- Use this property to retrieve and set the configured viewport width.