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

# GoForwardAction

> Go forward to the next page (in current tab)

**Example:**

```python theme={null}
session.execute(type="go_forward")
```

## Fields

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

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

<ParamField path="description" type="str" default="Go forward to the next page (in current tab)" />

## Module

`notte_core.actions.actions`
