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