# Mouse movement

\
When you want to hover over an element, you can use this button.

Khi bạn muốn di chuột vào một phần tử nào đó thì có thể dùng node này.

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

| parameter      | illustrate                                                                                                                                                                                                                                                                                            |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Select element | <p>Enter the CSS selector of the element you want to hover on, such as #email, #global-enhancements-search-query</p><p></p><p>Nhập CSS selector của phần tử mà bạn muốn di chuột vào đó, chẳng hạn như #email, #global-enhancements-search-query</p>                                                  |
| Element order  | <p>Which element of the website to choose: Fixed value: Select a fixed element Random value: random a random value within a set range</p><p></p><p>Chọn thành phần nào của trang web:<br>Fixed value: Chọn một phần tử cố định<br>Random value: random một giá trị ngẫu nhiên trong khoảng đã đặt</p> |
| Focus          | <p>There are 2 options, if you choose true it will focus on the element you choose, but if you choose false it will not focus on it.</p><p></p><p>Có 2 lựa chọn, nếu bạn chọn true thì sẽ focus vào phần tử mà bạn chọn, còn nếu chọn false thì sẽ không focus vào đó</p>                             |
| Coordinates    | <p>Enter the x,y coordinates of the object you want to move the mouse to</p><p></p><p>Nhập tọa độ x,y của đối tượng mà bạn muốn di chuyển chuột vào đó</p>                                                                                                                                            |

{% file src="/files/RLGihEXOS13ugZtsMvRs" %}


---

# 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/automation-user-manual/mouse/mouse-movement.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.
