Hierarchy

  • AutomationStepKeyConfig

Properties

character?: string

The character which should be send.

down: boolean

True when the key event should generate an down event.

scanCode?: number

The scancode which should be send.

text?: string

The text which characters should be send.

up: boolean

True when the key event should generate an up event.

virtualKey?: VirtualKey

The virtual key which should be send.

Generated using TypeDoc