debugScreenshotsPath property
Use this property to set and retrieve the folder path where locally saved checkpoint images should be stored (if enabled).
Syntax
Call syntax
NSString* value; // give relevant initial value
eyes.debugScreenshotsPath = value
value = eyes.debugScreenshotsPath
Declaration
(copy, nonatomic, nonnull) NSString *debugScreenshotsPath
Type:NSString*
Remarks
Enable and disable saving screenshots to the local disk using the saveDebugScreenshots property.