For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mouse scroll

Mouse scroll is the action of instructing the browser to scroll the page up or down by a fixed number of scrolls. This action allows you to actively move the screen to areas of content that are hidden below or above the webpage.

🎥 Watch the tutorial video: Here.

Configuration parameters:

  • Number of scrolls: The number of mouse scrolls to perform.

    • Positive number (e.g., 5): Scroll the screen down 5 times.

    • Negative number (e.g., -3): Scroll the screen up 3 times.

Practical example: Scroll the screen to load more data or check the interface

When you are browsing a news page or an e-commerce product list page, you need to scroll down a fixed short distance to activate the website's lazy load feature for new articles:

  • Configuration method: Drag the Mouse scroll action into the workflow ➔ Enter the value 6 in the Number of scrolls field.

  • Result: The browser will scroll down exactly 6 scrolls decisively to push the screen down.

Last updated

Was this helpful?