> ## Documentation Index
> Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PressKeyAction

> Press a keyboard key: e

g. 'Enter', 'Backspace', 'Insert', 'Delete', etc.

**Example:**

```python theme={null}
session.execute(type="press_key", key="Enter")
```

## Fields

<ParamField path="type" type="Literal['press_key']" default="press_key" />

<ParamField path="category" type="str" default="Special Browser Actions" />

<ParamField path="description" type="str" default="Press a keyboard key: e.g. 'Enter', 'Backspace', 'Insert', 'Delete', etc." />

<ParamField path="key" type="str" required />

## Module

`notte_core.actions.actions`
