Table of Contents

Class Configuration.RxPathConfig

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

A collection of configuration parameters for the RxPath class.

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

Properties

BuildMode

Gets or sets the default mode when building RxPaths.

public PathBuildMode BuildMode { get; set; }

Property Value

PathBuildMode

EnableUidSearch

Gets or sets a value indicating whether UID search acceleration should be used.

public bool EnableUidSearch { get; set; }

Property Value

bool

MaxMatchTextLen

Gets or sets the value set to the MaxMatchTextLen property.

public int MaxMatchTextLen { get; set; }

Property Value

int