ruyi_human_scroll
Scrolls one direction with small steps and random intervals using native Firefox wheel actions. Helps with reading-style downward scroll and gradually revealing pagination buttons.
Instructions
使用 Firefox 原生 wheel action 做单方向、小步、随机间隔滚动。不会定位元素或自动回滚,适合阅读式下滑和翻页按钮渐进进入视口。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | 滚轮步数,默认 4 | |
| maxStep | No | 每步最大像素,默认 140 | |
| minStep | No | 每步最小像素,默认 60 | |
| pageIdx | No | ||
| direction | No | down | |
| maxPauseMs | No | 步间最长停顿毫秒,默认 500 | |
| minPauseMs | No | 步间最短停顿毫秒,默认 120 |