# Web Interaction

- [Mouse Click](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/mouse-click.md): Mô phỏng cú click chuột vào một phần tử.
- [Mouse Move](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/mouse-move.md): Di chuột qua một phần tử.
- [Find Text(OCR)](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/find-text-ocr.md): Tìm kiếm chữ qua ảnh
- [Get text](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/get-text.md): Lấy nội dung văn bản của một phần tử
- [Scroll Element](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/scroll-element.md): Cuộn phần tử đến một tập hợp toạ độ cụ thể
- [Link - doing](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/link-doing.md)
- [Attribute Value](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/attribute-value.md): Lấy giá trị của thuộc tính được chỉ định từ phần tử
- [Input Text](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/input-text.md): Nhận hoặc điền giá trị của một thành phần biểu mẫu (đầu vào, chọn, hộp kiểm và radio).
- [Javascript Code](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/javascript-code.md): Thực hiện đoạn mã Javascript trên trang đang hoạt động
- [Switch Frame](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/switch-frame.md): Chuyển đổi giữa cửa sổ chính và phần tử iframe .
- [Upload File](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/upload-file.md): Tải lên file vào đối tượng \<input type="file">.
- [Hover Element - Doing](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/hover-element-doing.md)
- [Save Assets](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/save-assets.md): Tải nội dung (hình ảnh, video, âm thanh hoặc file) từ một thành phần hoặc URL.
- [Presskey](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/presskey.md): Mô phỏng phím được nhấn hoặc tổ hợp trên trang.
- [Create Element](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction/create-element.md): Tạo một phần tử và chèn vào trang.


---

# 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://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/web-interaction.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.
