getDebugScreenshotsPath method
Use this method to retrieve the folder path where saved checkpoint images are stored (if enabled).
Syntax
let value = eyes.getDebugScreenshotsPath();
Parameters
This method does not take any parameters.Return value
- Type: string
Remarks
Enable and disable saving screenshots to the local disk using the setSaveDebugScreenshots method.