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

# GotoNewTabAction

> Goto to a URL (in new tab)

**Example:**

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

## Fields

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

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

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

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

## Module

`notte_core.actions.actions`
