ClassicRunner method
The constructor for the ClassicRunner class.
An object of this class is used to manage multiple Eyes sessions when working without the Ultrafast Grid. Pass this object to each instantiation of the Eyes constructor. Wait for the results of all the instances using ClassicRunner.getAllTestResults
Syntax
let runner = new ClassicRunner();
Parameters
This method does not take any parameters.Return value
- Type: ClassicRunner