CitrixVirtualUser RecordScreenshotOnError Property C# API
Get/set a value indicating whether we should attempt to record a screenshot of the current state whenever an error occurs

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public bool RecordScreenshotOnError { get; set; }
Remarks

This property determines whether or not a screenshot of the current state of the Citrix screen is recorded whenever an error occurs. The screenshots are saved in a folder named error under the run folder for the test.
See Also