> ## 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.

# WaitAction

> Wait for a given amount of time (in milliseconds)

**Example:**

```python theme={null}
session.execute(type="wait", time_ms=2000)
```

## Fields

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

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

<ParamField path="description" type="str" default="Wait for a given amount of time (in milliseconds)" />

<ParamField path="time_ms" type="int" required>
  The amount of time to wait in milliseconds (max 30 seconds)
</ParamField>

## Module

`notte_core.actions.actions`
