Skip to content

Scroll Element Block

Scrolls the element to a particular set of coordinates.

  • Element selector
    Element selector.

  • Scroll horizontal
    X coordinate of the element that you want to be displayed.

  • Scroll vertical
    Y coordinate of the element that you want to be displayed.

  • Scroll into view
    Scroll until the matches element is visible on the browser window.

  • Scroll into view
    Scroll the parent of the matches element until the matches element is visible to the user.

  • Increment horizontal scroll
    Add the X scroll coordinate of the matches element with the scroll horizontal you inputted.

  • Increment vertical scroll
    Add the Y scroll coordinate of the matches element with the scroll vertical you inputted.


Note

This block will not work without an active tab. Because of that, use the Active Tab block or New Tab block before using this block.

Active tab block