> For the complete documentation index, see [llms.txt](https://docs.gpmautomate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gpmautomate.com/automate-zh/action-shi-yong-zhi-nan/scroll/random-scroll.md).

# Random scroll

Random scroll 是命令浏览器以完全随机的距离和速度向上或向下滚动屏幕的操作。此操作不附带任何配置参数。

🎥 查看更多教程视频：[点击这里](https://youtu.be/cCTEtuMtz-s)。

#### 实际示例：模拟真实用户的阅读行为（养账号）

此操作是养号场景（Facebook、Pinterest、TikTok、Twitter……）中极其重要的"武器"。如果一个账号刚打开就立刻连续点击或以超高速粘贴按键，社交网络的 AI 系统会立即将其标记（flag）为机器人（Bot）并封锁账号。

* 应用方法：在使用 Go to URL 操作访问主页或某篇详细文章后，插入 Random scroll 操作，并与短暂的 Delay 命令交替使用。
* 结果：浏览器会执行向上滑动、向下滑动、停下查看，然后再随性地继续滚动。这有助于完全欺骗行为扫描算法，使您的 Profile 看起来就像一个正在阅读新闻的真实用户，从而最大程度地提升 MMO 账号的信任度。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.gpmautomate.com/automate-zh/action-shi-yong-zhi-nan/scroll/random-scroll.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
