Scroll Page
gv_scrollScroll the page with human-like reading behavior—varied distances and pauses—to avoid reCAPTCHA detection.
Instructions
Scroll the active page in human-like increments.
reCAPTCHA v3 and similar behavioral detectors weight scroll behavior heavily. This tool scrolls in small bursts with varied distance + reading pauses, mimicking a real user skimming the page.
Args: direction: "down" (default) or "up". amount: Roughly the number of scroll gestures (each ~300px). Default 3. humanize: Vary the scroll distance + add reading pauses between gestures (default true — scrolling is cheap, leave it on). delay_after_ms: Pause for a randomized ~this many ms after.
Returns the direction, amount, and whether humanize was applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | ||
| humanize | No | ||
| direction | No | down | |
| delay_after_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |