getSaveDebugScreenshots method
Use this method to retrieve whether or not checkpoint images are copied to a local file (for debugging).
Syntax
let value = eyes.getSaveDebugScreenshots();
Parameters
This method does not take any parameters.Return value
- Type: boolean
Remarks
Enable and disable saving screenshots to the local disk using the setSaveDebugScreenshots method.