VisualGridRunner class
Platform: Selenium 3Language: Python 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.
Import statement
from applitools.selenium import VisualGridRunner
Constructor
- VisualGridRunner()
- Use this method to create a runner that manages tests that use the Ultrafast Grid to render screenshots.
Methods
- get_all_test_results()
- Call this method to get the test results for all the tests that were run using an instance of the VisualGridRunner.