skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Free Tools
    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
    • Test Studio Trainings
    • Test Studio Consulting
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

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 : IXmlPersistable

Constructors

Settings()

Declaration
public Settings()

Settings(Settings)

Declaration
public Settings(Settings settingsToClone)
Parameters
Settings settingsToClone

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> ObsoleteProperties
Field Value
System.Collections.Generic.Dictionary<System.String, System.Type>

Properties

AnnotateExecution

Declaration
public bool AnnotateExecution { get; set; }
Property Value
System.Boolean

AnnotationMode

Declaration
public AnnotationMode AnnotationMode { get; set; }
Property Value
AnnotationMode

ClientReadyTimeout

Declaration
public int ClientReadyTimeout { get; set; }
Property Value
System.Int32

CreateLogFile

Declaration
public bool CreateLogFile { get; set; }
Property Value
System.Boolean

Current

Declaration
public static Settings Current { get; }
Property Value
Settings

CurrentVersion

Declaration
public Version CurrentVersion { get; }
Property Value
System.Version

Implements
IXmlPersistable.CurrentVersion

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

Declaration
public RecordingCodec RecordingCodec { get; set; }
Property Value
RecordingCodec

RecordingFPS

Declaration
public int RecordingFPS { get; set; }
Property Value
System.Int32

RecordingMode

Declaration
public RecordingMode RecordingMode { get; set; }
Property Value
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
IXmlPersistable.RootName

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

Declaration
public Settings.WebSettings Web { get; set; }
Property Value
Settings.WebSettings

Wpf

Declaration
public Settings.WpfSettings Wpf { get; set; }
Property Value
Settings.WpfSettings

XmlBlob

Declaration
public XmlBlob XmlBlob { get; set; }
Property Value
XmlBlob

Implements
IXmlPersistable.XmlBlob

XMultiMgr

Declaration
public bool XMultiMgr { get; set; }
Property Value
System.Boolean

Methods

Clone()

Declaration
public Settings Clone()
Returns
Settings

LoadFrom(XmlStoreNode)

Declaration
public void LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode store

Implements
IXmlPersistable.LoadFrom(XmlStoreNode)

PersistToConfigSection(SettingsConfigSectionHandler)

Declaration
public void PersistToConfigSection(SettingsConfigSectionHandler sectionHandler)
Parameters
SettingsConfigSectionHandler sectionHandler

Reset()

Declaration
public void Reset()

SaveTo(XmlStoreNode)

Declaration
public void SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode store

Implements
IXmlPersistable.SaveTo(XmlStoreNode)

Validate()

Declaration
public void Validate()
Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.