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

# ScrollUpAction

> Scroll up by a given amount of pixels

Use `None` for scrolling up one page.

**Example:**

```python theme={null}
session.execute(type="scroll_up", amount=500)  # Scroll up 500 pixels
session.execute(type="scroll_up")  # Scroll up one page
```

## Fields

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

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

<ParamField path="description" type="str" default="Scroll up by a given amount of pixels. Use `null` for scrolling up one page" />

<ParamField path="amount" type="UnionType[int, None]" />

## Module

`notte_core.actions.actions`
