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 UserSettings

Inheritance
System.Object
UserSettings
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.Design
Assembly: ArtOfTest.WebAii.Design.dll

Syntax

public class UserSettings : INotifyPropertyChanged, IExtensibleDataObject, ICloneable, IXmlPersistable

Constructors

UserSettings()

Declaration
public UserSettings()

Fields

ArtOfTestFolderName

Declaration
public static string ArtOfTestFolderName
Field Value
System.String

SETTINGS_FILENAME

Declaration
public static readonly string SETTINGS_FILENAME
Field Value
System.String

Properties

AbsoluteDragDrop

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

ActiveTheme

Declaration
public string ActiveTheme { get; set; }
Property Value
System.String

AssemblyName

Declaration
public string AssemblyName { get; set; }
Property Value
System.String

BaseClassName

Declaration
public string BaseClassName { get; set; }
Property Value
System.String

BugAddAttachment

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

BugAutoSubmit

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

BugDescriptionMask

Declaration
public string BugDescriptionMask { get; set; }
Property Value
System.String

BugTitleMask

Declaration
public string BugTitleMask { get; set; }
Property Value
System.String

DefaultDesktopApplication

Declaration
public string DefaultDesktopApplication { get; set; }
Property Value
System.String

DefaultDropDownSelection

Declaration
public SelectDropDownType DefaultDropDownSelection { get; set; }
Property Value
SelectDropDownType

DefaultWPFApplication

Declaration
public string DefaultWPFApplication { get; set; }
Property Value
System.String

DisplayElementImagePreview

Declaration
public bool DisplayElementImagePreview { 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

ElementImageThreshold

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

EnableImageSearch

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

ExtensionData

Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject

GeneratedElementIdentificationType

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

HideFindExpressionWelcome

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

HighlightBorderColor

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

HighlightBorderSize

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

IdentificationOptionSchemes

Declaration
[XmlPersisted]
public Dictionary<string, IdentificationOptionsScheme> IdentificationOptionSchemes { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, IdentificationOptionsScheme>

ImageScalePercentage

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

IsDirty

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

IsElementImageCapturingEnabled

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

IsStoryBoardCapturingEnabled

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

MenuHoldTime

Declaration
public double MenuHoldTime { get; set; }
Property Value
System.Double

Namespace

Declaration
public string Namespace { get; set; }
Property Value
System.String

OutputFolder

Declaration
public string OutputFolder { get; set; }
Property Value
System.String

PreserveProjectState

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

ProjectGuid

Declaration
public Guid ProjectGuid { get; }
Property Value
System.Guid

ProjectReferences

Declaration
public AssemblyReferenceCollection ProjectReferences { get; }
Property Value
AssemblyReferenceCollection

ProjectVersion

Declaration
public string ProjectVersion { get; }
Property Value
System.String

PromptNameOnAddElement

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

QcDomain

Declaration
public string QcDomain { get; set; }
Property Value
System.String

QcPassword

Declaration
public string QcPassword { get; set; }
Property Value
System.String

QcPasswordEncrypted

Declaration
public string QcPasswordEncrypted { get; set; }
Property Value
System.String

QcProject

Declaration
public string QcProject { get; set; }
Property Value
System.String

QcServerUrl

Declaration
public string QcServerUrl { get; set; }
Property Value
System.String

QcSkipAuthDialog

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

QcUserName

Declaration
public string QcUserName { get; set; }
Property Value
System.String

QuickExecutionClientReadyTimeout

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

QuickExecutionElementWaitTimeout

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

RecorderBaseUrl

Declaration
public string RecorderBaseUrl { get; set; }
Property Value
System.String

RecordjQueryInDescriptorsIfPossible

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

RecordWpfWindowStateChanged

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

ResponsiveBrowserDevice

Declaration
public string ResponsiveBrowserDevice { get; set; }
Property Value
System.String

ResponsiveBrowserHeight

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

ResponsiveBrowserUserAgent

Declaration
public string ResponsiveBrowserUserAgent { get; set; }
Property Value
System.String

ResponsiveBrowserWidth

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

ScrollOnImageSearch

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

SearchByImageFirst

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

SelectedBrowserOption

Declaration
public PersistableBrowserOptions SelectedBrowserOption { get; set; }
Property Value
PersistableBrowserOptions

SelectedIdentificationScheme

Declaration
public string SelectedIdentificationScheme { get; set; }
Property Value
System.String

SelectedResponsiveBrowserOption

Declaration
public PersistableBrowserOptions SelectedResponsiveBrowserOption { get; set; }
Property Value
PersistableBrowserOptions

ShouldDeleteElement

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

ShowLoadFeatureTour

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

ShowStepResultDetails

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

ShowStoryboardHorizontalLayout

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

SilverlightConnectTimeout

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

SimulateRealClickByDefault

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

SimulateRealSilverlightUserByDefault

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

SimulateRealTypingByDefault

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

SkipDeleteElementPrompt

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

SkipFindExpressionSetDataDrivenWarning

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

SkipTranslatorsOptimization

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

StopShowingHandlerViewTips

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

StopShowingLoadConditionsViewTips

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

StopShowingLoadResultsViewTips

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

StopShowingLoadRunViewTips

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

StopShowingLoadUserGroupsViewTips

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

TeamPulseDefaultProjectId

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

TeamPulseServerUrl

Declaration
public string TeamPulseServerUrl { get; set; }
Property Value
System.String

TelerikComponentsVersion

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

TfsDomain

Declaration
public string TfsDomain { get; set; }
Property Value
System.String

TfsPassword

Declaration
public string TfsPassword { get; set; }
Property Value
System.String

TfsPasswordEncrypted

Declaration
public string TfsPasswordEncrypted { get; set; }
Property Value
System.String

TfsSkipAuthDialog

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

TfsUserName

Declaration
public string TfsUserName { get; set; }
Property Value
System.String

TpPassword

Declaration
public string TpPassword { get; set; }
Property Value
System.String

TpPasswordEncrypted

Declaration
public string TpPasswordEncrypted { get; set; }
Property Value
System.String

TpSkipAuthDialog

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

TpUserName

Declaration
public string TpUserName { get; set; }
Property Value
System.String

TpUseWindowsAuth

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

TrackActiveFile

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

UnitTestTypeCodeGeneration

Declaration
public UnitTestType UnitTestTypeCodeGeneration { get; set; }
Property Value
UnitTestType

UrlHistory

Declaration
public List<Uri> UrlHistory { get; set; }
Property Value
System.Collections.Generic.List<System.Uri>

UrlRecordMode

Declaration
public PageUriCompareMode UrlRecordMode { get; set; }
Property Value
PageUriCompareMode

UseBrowserExtension

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

UseHttpProxy

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

UseLegacySilverlightFindLogic

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

UseScreenshotCache

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

WebComponents

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

Methods

Clone()

Declaration
public object Clone()
Returns
System.Object

Implements
System.ICloneable.Clone()

InitNewPropertiesDefaultValuesV2(Version)

Declaration
public void InitNewPropertiesDefaultValuesV2(Version upgradingFrom)
Parameters
System.Version upgradingFrom

OnError(StreamingContext, ErrorContext)

Declaration
public static void OnError(StreamingContext context, ErrorContext errorContext)
Parameters
System.Runtime.Serialization.StreamingContext context

Newtonsoft.Json.Serialization.ErrorContext errorContext

OnPropertyChanged(String)

Declaration
protected void OnPropertyChanged(string name)
Parameters
System.String name

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

SettingsChanged

Declaration
public event EventHandler SettingsChanged
Event Type
System.EventHandler

TranslatorGroupEnabledChanged

Declaration
public event EventHandler<TranslatorGroupEnabledChangedEventArgs> TranslatorGroupEnabledChanged
Event Type
System.EventHandler<TranslatorGroupEnabledChangedEventArgs>

Explicit Interface Implementations

IXmlPersistable.CurrentVersion

Declaration
Version IXmlPersistable.CurrentVersion { get; }
Returns
System.Version

Implements
IXmlPersistable.CurrentVersion

IXmlPersistable.LoadFrom(XmlStoreNode)

Declaration
void IXmlPersistable.LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode store

Implements
IXmlPersistable.LoadFrom(XmlStoreNode)

IXmlPersistable.RootName

Declaration
string IXmlPersistable.RootName { get; }
Returns
System.String

Implements
IXmlPersistable.RootName

IXmlPersistable.SaveTo(XmlStoreNode)

Declaration
void IXmlPersistable.SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode store

Implements
IXmlPersistable.SaveTo(XmlStoreNode)

IXmlPersistable.XmlBlob

Declaration
XmlBlob IXmlPersistable.XmlBlob { get; set; }
Returns
XmlBlob

Implements
IXmlPersistable.XmlBlob
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.