Table of Contents

Class Configuration.SelectorsConfig

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

Represents the configuration settings related to selectors in Ranorex.

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

Remarks

This class provides access to configuration options for selectors, including the default selector type used within the Ranorex framework.

Properties

DefaultSelectorType

Gets or sets the default selector type used in the configuration.

public SelectorType DefaultSelectorType { get; set; }

Property Value

SelectorType