Eyes method
This is the constructor for the Eyes class.
This is the main class used for executing checkpoints using Eyes.
Syntax
Eyes eyes = new Eyes();
Eyes eyes = new Eyes(eyesRunner);
Parameters
- eyesRunner
- Type:EyesRunner
- If this parameter is provided, it must be an instance of the ClassicRunner class.
Return value
- Type: Eyes
- Use the object returned to call the various methods provided by the Eyes class.