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 runner Auto close batch `.
Methods
- GetAllTestResults()
- Call this method to get the test results for all the tests that were run using an instance of the VisualGridRunner.