Scroll up by a given amount of pixels
None
session.execute(type="scroll_up", amount=500) # Scroll up 500 pixels session.execute(type="scroll_up", amount=None) # Scroll up one page
notte_core.actions.actions
Was this page helpful?