Table of Contents

Class Configuration.AdapterConfig

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

A collection of configuration parameters for the Adapter class.

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

Properties

DefaultSearchTimeout

Gets or sets the value of the DefaultSearchTimeout property.

public Duration DefaultSearchTimeout { get; set; }

Property Value

Duration

DefaultUseEnsureVisible

Gets or sets the value of the DefaultUseEnsureVisible property.

public bool DefaultUseEnsureVisible { get; set; }

Property Value

bool

TimeoutFactor

Gets or sets a value that all timeouts of find operations are multiplied with.

public double TimeoutFactor { get; set; }

Property Value

double