Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class SettingsConfigSectionHandler : ConfigurationSection
Inheritance: objectConfigurationElementConfigurationSectionSettingsConfigSectionHandler
Inherited Members
Constructors
C#
public SettingsConfigSectionHandler()
Properties
C#
[ConfigurationProperty("annotateExecution", IsRequired = false, DefaultValue = false)]
public bool AnnotateExecution { get; set; }
C#
[ConfigurationProperty("annotationMode", IsRequired = false, DefaultValue = AnnotationMode.All)]
public AnnotationMode AnnotationMode { get; set; }
C#
[ConfigurationProperty("clientReadyTimeout", IsRequired = false, DefaultValue = 30000)]
public int ClientReadyTimeout { get; set; }
C#
[ConfigurationProperty("createLogFile", IsRequired = false, DefaultValue = true)]
public bool CreateLogFile { get; set; }
C#
[ConfigurationProperty("disableDialogMonitoring", IsRequired = false, DefaultValue = false)]
public bool DisableDialogMonitoring { get; set; }
C#
[ConfigurationProperty("elementWaitTimeout", IsRequired = false, DefaultValue = 15000)]
public int ElementWaitTimeout { get; set; }
C#
[ConfigurationProperty("executionDelay", IsRequired = false, DefaultValue = 0)]
public int ExecutionDelay { get; set; }
C#
[ConfigurationProperty("executionTimeout", IsRequired = false, DefaultValue = 20000)]
public int ExecutionTimeout { get; set; }
C#
[ConfigurationProperty("logAnnotations", IsRequired = false, DefaultValue = false)]
public bool LogAnnotations { get; set; }
C#
[ConfigurationProperty("logLocation", IsRequired = false, DefaultValue = "C:\\WebAiiLog\\")]
public string LogLocation { get; set; }
C#
[ConfigurationProperty("queryEventLogErrorsOnExit", IsRequired = false, DefaultValue = false)]
public bool QueryEventLogErrorsOnExit { get; set; }
C#
[ConfigurationProperty("recordingCodec", IsRequired = false, DefaultValue = RecordingCodec.MJPEG)]
public RecordingCodec RecordingCodec { get; set; }
C#
[ConfigurationProperty("recordingFPS", IsRequired = false, DefaultValue = 5)]
public int RecordingFPS { get; set; }
C#
[ConfigurationProperty("recordingMode", IsRequired = false, DefaultValue = RecordingMode.Off)]
public RecordingMode RecordingMode { get; set; }
C#
[ConfigurationProperty("recordingOutputLocation", IsRequired = false, DefaultValue = "")]
public string RecordingOutputLocation { get; set; }
C#
[ConfigurationProperty("recordingScale", IsRequired = false, DefaultValue = 100)]
public int RecordingScale { get; set; }
C#
[ConfigurationProperty("recordingSizeLimit", IsRequired = false, DefaultValue = 0)]
public int RecordingSizeLimit { get; set; }
C#
[ConfigurationProperty("simulatedMouseMoveSpeed", IsRequired = false, DefaultValue = 0.3)]
public float SimulatedMouseMoveSpeed { get; set; }
C#
[ConfigurationProperty("telerikComponentsVersion", IsRequired = false, DefaultValue = TelerikComponentsVersion.Latest)]
public TelerikComponentsVersion TelerikComponentsVersion { get; set; }
C#
[ConfigurationProperty("unexpectedDialogAction", IsRequired = false, DefaultValue = UnexpectedDialogAction.HandleAndFailTest)]
public UnexpectedDialogAction UnexpectedDialogAction { get; set; }
C#
[ConfigurationProperty("waitCheckInterval", IsRequired = false, DefaultValue = 500)]
public int WaitCheckInterval { get; set; }