Docs/Steps

Scroll

scroll scrolls the page or a specific scroll container. You can target an element to scroll into view, or scroll by a fixed offset.

yaml
- scroll:
    to: the footer

- scroll:
    container: the invoice list
    by: { y: 400 }