> 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/cao-zuo-zhi-nan/mouse/mouse-scroll.md).

# 鼠标滚动

鼠标滚动是指命令浏览器执行向上或向下滚动页面的动作，按照预先指定的固定次数（滚动步数）。这个动作帮助您主动移动屏幕到网页上隐藏的内容区域。

#### 配置参数：

* 滚动次数：鼠标滚动执行的次数（步数）。
  * *正数（例如：`5`）*：向下滚动屏幕5次。
  * *负数（例如：`-3`）*：向上滚动屏幕3次。

#### 实际示例：滚动屏幕以加载更多数据或检查界面

当您在浏览新闻页面或电子商务产品列表页面时，您需要向下滚动一个固定的短距离，以激活网站的新文章加载功能（懒加载）：

* 配置方法：将鼠标滚动动作拖入流程 ➔ 在\_滚动次数\_框中输入值`6`。
* 结果：浏览器将准确地向下滚动6次鼠标滚轮，以推动屏幕向下移动。


---

# 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/cao-zuo-zhi-nan/mouse/mouse-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.
