setSaveDebugScreenshots method
Use this method to set whether or not checkpoint images should be copied to a local file (typically for troubleshooting).
Syntax
eyes.setSaveDebugScreenshots(save);
Parameters
- save
- Type:boolean
- If set to true, then checkpoint images is saved to a local directory.
Return value
- Type: void