Table of Contents

Class Configuration.ToolsConfig

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

A collection of configuration parameters that apply to all Ranorex tools.

public class Configuration.ToolsConfig : Configuration.AbstractConfig
Inheritance
Configuration.ToolsConfig
Inherited Members

Properties

DisableAllExpensiveFlavorAttributes

Gets or sets a value indicating whether expensive flavor attributes should be disabled in the Ranorex tools.

public bool DisableAllExpensiveFlavorAttributes { get; set; }

Property Value

bool

IgnoredDialogs

Gets or sets the names of dialogs that should not be shown again by Ranorex tools.

public string[] IgnoredDialogs { get; set; }

Property Value

string[]

IgnoredTechnologyLimitations

Gets or sets the names of ignored flavor limitations, i.e. limitations which are not displayed by Ranorex applications.

public string[] IgnoredTechnologyLimitations { get; set; }

Property Value

string[]

InvalidFileNames

Gets an Array of strings which are invalid filenames. These are checked when you create a new file or rename an existing file inside Ranorex Studio.

public ICollection<CaseInsensitiveString> InvalidFileNames { get; }

Property Value

ICollection<CaseInsensitiveString>

SyncRepoSelectionWithSpy

Get or sets a value indicating whether the selected repository element in Studio should be synchronized with the selected element in spy.

public bool SyncRepoSelectionWithSpy { get; set; }

Property Value

bool

UseUiaLauncher

Gets or sets a value indicating whether the Ranorex tools should use the UiaLauncher component on Windows 8 (and higher) to enable access to Windows apps for processes started by the tools, e.g. when replaying recordings.

public bool UseUiaLauncher { get; set; }

Property Value

bool