Type keys (detailed)
Referenced In
Fields
Field | Type | Description | Default |
---|---|---|---|
keys | one of: - string - array of string | Required. Sequence of keys to enter. | |
inputDelay | number | Optional. Delay in milliseconds between each key press during a recording | 100 |
selector | string | Optional. Selector for the element to type into. If not specified, the typing occurs in the active element. |
Examples
{
"keys": "example",
"inputDelay": 100,
"selector": "example"
}