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

# GotoAction

> Goto to a URL (in current tab)

**Example:**

```python theme={null}
session.execute(type="goto", url="https://www.google.com")
```

## Fields

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

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

<ParamField path="description" type="str" default="Goto to a URL (in current tab)" />

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

## Module

`notte_core.actions.actions`
