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

ClassicRunner class

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

Import statement

import com.applitools.eyes.selenium.ClassicRunner;
	

Constructor

ClassicRunner()
The constructor for the ClassicRunner class.

Methods

getAllTestResults()
Call this method to get the test results for all the tests that were run using this runner.
setDontCloseBatches()
Call this method to disable the runner Auto close batch feaure.