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