The information in this topic may be out of date. The current SDK reference guide has moved here.

VisualGridRunner class

Platform: Selenium 3Language: C# SDK:
An object of this class is used to manage multiple Eyes sessions when working with the Ultrafast Grid.
To work without the Ultrafast Grid, use ClassicRunner instead of this class.

Using statement

using Applitools.VisualGrid;
	

Constructor

VisualGridRunner()
Use this method to create a runner that manages tests that use the Ultrafast Grid to render screenshots.

Properties

DontCloseBatchesType:bool
Set this property to disable the runner Auto close batch feaure.

Methods

GetAllTestResults()
Call this method to get the test results for all the tests that were run using an instance of ClassicRunner or VisualGridRunner.