> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PressKeyOptions

Input options for the 'pressKey' mutation.

## Definition

```graphql theme={null}
input PressKeyOptions {
  delay: Int
}
```

## Fields

### `delay`

[Int](/reference/graphql/scalars/int)

Delay in milliseconds after the key press. Defaults to 0.
