Scroll up by a given amount of pixels
None
from notte_sdk import actions session.execute(actions.ScrollUp(amount=500)) # Scroll up 500 pixels session.execute(actions.ScrollUp(amount=None)) # Scroll up one page
notte_core.actions
Was this page helpful?