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

# ScrollDownAction

> Scroll down by a given amount of pixels

Use `null` for scrolling down one page.

**Example:**

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

## Fields

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

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

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

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

## Module

`notte_core.actions.actions`
