# Other

Chức năng các action

<table><thead><tr><th width="223">Action</th><th>Mô tả</th></tr></thead><tbody><tr><td>Switch to popup</td><td>Đổi trình điều khiển sang một popup theo title</td></tr><tr><td>Swtich to frame</td><td>Đổi trình điều khiển sang một frame</td></tr><tr><td>Switch to default</td><td>Đổi trình điều khiển về cửa sổ mặc định</td></tr><tr><td>Accept alert</td><td>Nhấn đồng ý một alert</td></tr><tr><td>Cancel alert</td><td>Nhấn hủy bỏ một alert</td></tr><tr><td>Execute javascript</td><td>Chạy một đoạn mã javascript</td></tr><tr><td>Import cookie</td><td>Import cookie từ file json</td></tr><tr><td>Export cookie</td><td>Export cookie ra file son</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/other.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.
