> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/shu-biao/shu-biao-yi-dong-mouse-moverment.md).

# 鼠标移动 (Mouse moverment)

<figure><img src="/files/j4CnWRrg5JxyE7eN3ssj" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="258">参数</th><th>说明</th></tr></thead><tbody><tr><td>Select element</td><td>输入要悬停的元素的 CSS 选择器，例如 #email、#global-enhancements-search-query</td></tr><tr><td>Element order</td><td><p>选择网站的哪个元素： </p><p>固定值：选择一个固定元素 </p><p>随机值：在设定的范围内随机取一个随机值</p></td></tr><tr><td>Focus</td><td>有 2 个选项，如果选择 true，它将聚焦于您选择的元素，但如果您选择 false，它将不会聚焦于该元素。</td></tr><tr><td>Coordinates </td><td>输入要将鼠标移动到的对象的 x、y 坐标</td></tr></tbody></table>


---

# 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.hidemium.io/zi-dong-hua-yong-hu-shou-ce/shu-biao/shu-biao-yi-dong-mouse-moverment.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.
