# Mouse

- [Mouse click](https://docs.gpmautomate.com/mouse/mouse-click.md): Click chuột vào một element.
- [Mouse try to click](https://docs.gpmautomate.com/mouse/mouse-try-to-click.md): Click liên tục cho đến khi thoả mãn điều kiện chỉ định.
- [Mouse move](https://docs.gpmautomate.com/mouse/mouse-move.md): Di chuyển chuột vào một element (chỉ di chuyển, không click).
- [Mouse press and hold](https://docs.gpmautomate.com/mouse/mouse-press-and-hold.md): Nhấn và giữ chuột vào xpath chỉ định.
- [Mouse release](https://docs.gpmautomate.com/mouse/mouse-release.md): Nhả chuột sau khi dùng action Mouse press and hold.
- [Mouse scroll](https://docs.gpmautomate.com/mouse/mouse-scroll.md): Cuộn chuột một số lần nhất định.


---

# 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.gpmautomate.com/mouse.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.
