# 鼠标

- [单击 (Click)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/shu-biao/dan-ji-click.md): 顾名思义，此按钮用于自动单击您选择的元素并将其放入“选择元素”框中。
- [鼠标移动 (Mouse moverment)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/shu-biao/shu-biao-yi-dong-mouse-moverment.md): 当您想将鼠标停在某个元素上时，可以使用此node。
- [滚动 (Scroll)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/shu-biao/gun-dong-scroll.md): 它适用于想要滚动页面来模拟操作或通过选择元素或坐标来定位他们想要操作的下一个元素，您需要确定该位置的坐标。
- [下拉选择 (Drop-down selector)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/shu-biao/xia-la-xuan-ze-dropdown-selector.md)
- [鼠标滚轮 (Mouse wheel)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/shu-biao/shu-biao-gun-lun-mouse-wheel.md): 此node模拟鼠标滚轮滚动页面。您需要输入鼠标滚轮到达该点的 X 和 Y 坐标。


---

# Agent Instructions: 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:

```
GET https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/shu-biao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
