The information in this topic may be out of date. The current SDK reference guide has moved here.
setDebugScreenshotsPath method
Use this method to set the folder path where locally saved checkpoint images should be stored (if enabled).
Syntax
eyes.setDebugScreenshotsPath(path);
Parameters
- path
- Type:string
- A pathname where saved checkpoint images should be stored.
Return value
- Type: void
Remarks
Enable and disable saving screenshots to the local disk using the setSaveDebugScreenshots method.