# Element

Chức năng các action

<table><thead><tr><th width="223">Action</th><th>Mô tả</th></tr></thead><tbody><tr><td>Wait element</td><td>Chờ element xuất hiện</td></tr><tr><td>Get element text</td><td>Lấy text cả element</td></tr><tr><td>Get element attribute</td><td>Lấy dữ liệu trong attribute của element</td></tr><tr><td>Count element</td><td>Điếm số lượng element theo xpath</td></tr></tbody></table>

<mark style="color:red;">**Chú ý: tất cả các đầu vào đều có thể nhúng các biến khác bằng định dạng $TÊN\_BIẾN**</mark>

**Video chi tiết**\
<https://youtu.be/Xozaz0_2GkA>


---

# 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.gpmloginapp.com/none-code-automation/element.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.
