Scroll (up/down)

Read how to use the 'Scroll (up/down)' module

How to use

With the Scroll (up/down) module, you can scroll through the page or through a container in a page. You can use it for example to load additional items that only render when the page is scrolled down. The Scroll module can be used in two ways:

  1. Scrolling the whole page, equivalent to just using your up and down arrows or your mouse wheel.

  2. Scrolling a container, equivalent to scrolling using a scroll bar in a page or part of a page.

Depending on how to scroll you need to setup this module differently.

How to use

The 'Scroll Up/Down' module needs the following parameters:

  1. Scroll Direction Choose wether you want to scroll up or down

  2. Scroll Distance Depending on which type you use you should define a different number here.

    1. For scrolling the whole page each number represents one press at a down or up key. So with a scroll distance of 100 you will scroll down already a big part.

    2. For scrolling in a container this scroll distance generally is higher as it represents pixels. A distance of about 300 already lets you scroll down a big part.

  3. Scroll View Locator

    1. For scrolling the whole page you can leave this one blanc as it already grabs the full page body on default.

    2. For scrolling in a container, provide the css locator of the scrollable view inside the pages html. You can find this identifier using the inspector or using the selectorgadget chrome plugin.

  4. Session ID: For the Session ID, select the output session ID of the Start Session

  5. Api Key: For the apiKey, select the output apiKey of the Start Sessionmodule

Last updated