Class Settings
Inheritance
System.Object
    Settings
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Core
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Settings : IXmlPersistableConstructors
Settings()
Declaration
public Settings()Settings(Settings)
Settings(Settings.WebSettings, Settings.WpfSettings)
Declaration
public Settings(Settings.WebSettings webSettings, Settings.WpfSettings wpfSettings)Parameters
| Settings.WebSettings
        webSettings 
 | 
| Settings.WpfSettings
        wpfSettings 
 | 
Settings(Settings.WebSettings, Settings.WpfSettings, Settings.ResponsiveWebSettings)
Declaration
public Settings(Settings.WebSettings webSettings, Settings.WpfSettings wpfSettings, Settings.ResponsiveWebSettings responsiveWebSettings)Parameters
| Settings.WebSettings
        webSettings 
 | 
| Settings.WpfSettings
        wpfSettings 
 | 
| Settings.ResponsiveWebSettings
        responsiveWebSettings 
 | 
Settings(Settings.WebSettings, Settings.WpfSettings, Settings.ResponsiveWebSettings, Settings.DesktopSettings)
Declaration
public Settings(Settings.WebSettings webSettings, Settings.WpfSettings wpfSettings, Settings.ResponsiveWebSettings responsiveWebSettings, Settings.DesktopSettings desktopSettings)Parameters
| Settings.WebSettings
        webSettings 
 | 
| Settings.WpfSettings
        wpfSettings 
 | 
| Settings.ResponsiveWebSettings
        responsiveWebSettings 
 | 
| Settings.DesktopSettings
        desktopSettings 
 | 
Settings(SettingsConfigSectionHandler)
Declaration
public Settings(SettingsConfigSectionHandler sectionHandler)Parameters
| SettingsConfigSectionHandler
        sectionHandler 
 | 
Fields
ObsoleteProperties
Declaration
public static readonly Dictionary<string, Type> ObsoletePropertiesField Value
| System.Collections.Generic.Dictionary<System.String, System.Type> 
 | 
Properties
AnnotateExecution
Declaration
public bool AnnotateExecution { get; set; }Property Value
| System.Boolean 
 | 
AnnotationMode
ClientReadyTimeout
Declaration
public int ClientReadyTimeout { get; set; }Property Value
| System.Int32 
 | 
CreateLogFile
Declaration
public bool CreateLogFile { get; set; }Property Value
| System.Boolean 
 | 
Current
CurrentVersion
Declaration
public Version CurrentVersion { get; }Property Value
| System.Version 
 | 
Implements
Desktop
Declaration
public Settings.DesktopSettings Desktop { get; set; }Property Value
| Settings.DesktopSettings 
 | 
DisableDialogMonitoring
Declaration
public bool DisableDialogMonitoring { get; set; }Property Value
| System.Boolean 
 | 
ElementImageSearchDelay
Declaration
public int ElementImageSearchDelay { get; set; }Property Value
| System.Int32 
 | 
ElementImageSearchTimeout
Declaration
public int ElementImageSearchTimeout { get; set; }Property Value
| System.Int32 
 | 
ElementWaitTimeout
Declaration
public int ElementWaitTimeout { get; set; }Property Value
| System.Int32 
 | 
EnableImageSearch
Declaration
public bool EnableImageSearch { get; set; }Property Value
| System.Boolean 
 | 
ExecuteCommandTimeout
Declaration
public int ExecuteCommandTimeout { get; set; }Property Value
| System.Int32 
 | 
ExecuteInDevelopmentTests
Declaration
public bool ExecuteInDevelopmentTests { get; set; }Property Value
| System.Boolean 
 | 
ExecutionDelay
Declaration
public int ExecutionDelay { get; set; }Property Value
| System.Int32 
 | 
Is64BitOS
Declaration
public static bool Is64BitOS { get; }Property Value
| System.Boolean 
 | 
IsUserInteractiveMode
Declaration
public bool IsUserInteractiveMode { get; }Property Value
| System.Boolean 
 | 
LogAnnotations
Declaration
public bool LogAnnotations { get; set; }Property Value
| System.Boolean 
 | 
LogLocation
Declaration
public string LogLocation { get; set; }Property Value
| System.String 
 | 
QueryEventLogErrorsOnExit
Declaration
public bool QueryEventLogErrorsOnExit { get; set; }Property Value
| System.Boolean 
 | 
RecordingCodec
RecordingFPS
Declaration
public int RecordingFPS { get; set; }Property Value
| System.Int32 
 | 
RecordingMode
RecordingOutputLocation
Declaration
public string RecordingOutputLocation { get; set; }Property Value
| System.String 
 | 
RecordingScale
Declaration
public int RecordingScale { get; set; }Property Value
| System.Int32 
 | 
RecordingSizeLimit
Declaration
public int RecordingSizeLimit { get; set; }Property Value
| System.Int32 
 | 
RerunFailedTests
Declaration
public bool RerunFailedTests { get; set; }Property Value
| System.Boolean 
 | 
ResponsiveWeb
Declaration
public Settings.ResponsiveWebSettings ResponsiveWeb { get; set; }Property Value
| Settings.ResponsiveWebSettings 
 | 
RootName
Declaration
public string RootName { get; }Property Value
| System.String 
 | 
Implements
RunnerResponseTimeout
Declaration
public double RunnerResponseTimeout { get; set; }Property Value
| System.Double 
 | 
ScrollOnImageSearch
Declaration
public bool ScrollOnImageSearch { get; set; }Property Value
| System.Boolean 
 | 
SearchByImageFirst
Declaration
public bool SearchByImageFirst { get; set; }Property Value
| System.Boolean 
 | 
SimulatedMouseMoveSpeed
Declaration
public float SimulatedMouseMoveSpeed { get; set; }Property Value
| System.Single 
 | 
TelerikComponentsVersion
Declaration
public TelerikComponentsVersion TelerikComponentsVersion { get; set; }Property Value
| TelerikComponentsVersion 
 | 
UnexpectedDialogAction
Declaration
public UnexpectedDialogAction UnexpectedDialogAction { get; set; }Property Value
| UnexpectedDialogAction 
 | 
WaitCheckInterval
Declaration
public int WaitCheckInterval { get; set; }Property Value
| System.Int32 
 | 
Web
Wpf
XmlBlob
XMultiMgr
Declaration
public bool XMultiMgr { get; set; }Property Value
| System.Boolean 
 | 
Methods
Clone()
LoadFrom(XmlStoreNode)
PersistToConfigSection(SettingsConfigSectionHandler)
Declaration
public void PersistToConfigSection(SettingsConfigSectionHandler sectionHandler)Parameters
| SettingsConfigSectionHandler
        sectionHandler 
 | 
Reset()
Declaration
public void Reset()SaveTo(XmlStoreNode)
Validate()
Declaration
public void Validate()