Table of Contents

Class Configuration.KeyboardConfig

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

A collection of configuration parameters for the Keyboard class.

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

Properties

PressSequencePreDelay

Gets or sets the time to wait before starting to press a key sequence in the Press(string) method.

public Duration PressSequencePreDelay { get; set; }

Property Value

Duration

SequenceFocusBackoffInterval

Gets or sets the cumulative time interval (ms) between focus attempts.

public int SequenceFocusBackoffInterval { get; set; }

Property Value

int

SequenceFocusMaxRetries

Gets or sets the number of retries made when trying to focus the target element of a key sequence.

public int SequenceFocusMaxRetries { get; set; }

Property Value

int