Skip to main content
Use null for scrolling down one page. Example:
from notte_sdk import actions

session.execute(actions.ScrollDown(amount=500))  # Scroll down 500 pixels
session.execute(actions.ScrollDown(amount=None))  # Scroll down one page

Fields

type
Literal['scroll_down']
default:"scroll_down"
category
str
default:"Special Browser Actions"
description
str
amount
UnionType[int, None]

Module

notte_core.actions
I