Class Configuration.KeyboardConfig
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
SequenceFocusBackoffInterval
Gets or sets the cumulative time interval (ms) between focus attempts.
public int SequenceFocusBackoffInterval { get; set; }
Property Value
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; }