saveDebugScreenshots property
Use this property to set and retrieve whether or not checkpoint images should be copied to a local file (typically for troubleshooting).
Syntax
Call syntax
BOOL value; // give relevant initial value
eyes.saveDebugScreenshots = value;
value = eyes.saveDebugScreenshots
Declaration
(assign, nonatomic) BOOL saveDebugScreenshots
Type:BOOL