Scroll down by a given amount of pixels
null
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
notte_core.actions
Was this page helpful?