Back to docs

Tool Scroll

Category: Browser Automation · Tier: All

Scroll the page. MUST pass _browserToken from previous tool call to scroll the same page.

When to Use

Browser automation tools map to human motor interaction research. Click accuracy, form filling speed, and scroll behavior follow established HCI models.

Parameters

Parameter Type Required Description
direction string No Scroll direction
amount number No Custom scroll amount in pixels

Example

Scroll down to see the pricing section

Tips

  • Pass _browserToken from a previous tool call to maintain the same browser session
  • The tool returns a _browserToken in its response — pass it to subsequent calls
  • Without _browserToken, each call gets a fresh browser (blank page)

Research

Related

From the Blog