> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/hidemium-4/iv.-tu-dong-hoa-automation-and-ai/automation-advance/copy-nhung-paste-ra-moi-xuat-hien-text.md).

# COPY NHƯNG PASTE RA MỚI XUẤT HIỆN TEXT ?

<img src="https://i.imgur.com/AZhQtqh.png" alt="" height="426" width="1133">

Rất nhiều trường hợp trang web xuất hiện button ” **Click to copy**” tức là phải click vào đó thì mới copy được nội dung chứ mình cũng không nhìn thấy trước nội dung là gì để thực hiện thao tác GET TEXT ( như ví dụ bên trên) . Thì ở trong trường hợp này, nếu bạn muốn lấy được nội dung đó thì cần thực hiện các node sau trong automation :

<img src="https://i.imgur.com/qm3zCic.png" alt="" height="709" width="693">

&#x20;

Dùng node **CLICK** vào element copy đó. Sau đó dùng **NEW TAB** mở tab : <https://anotepad.com/>

<img src="https://i.imgur.com/0PrStcb.png" alt="" height="397" width="751">

Sau đó dùng node **PRESS KEY** để làm thao tác **control v** để paste nội dung vào trang note

<img src="https://i.imgur.com/rqFWHWw.png" alt="" height="292" width="836">

&#x20;

Dùng GET VALUE để script tự động lấy được nội dung text trong ô input này

<img src="https://i.imgur.com/oHdIb2U.png" alt="" height="566" width="836">

&#x20;

kết quả khi chạy script sẽ được LOG như này nhé : Vậy là chúng ta đã lấy thành công đoạn link mà ẩn dấu trong phần Click to copy ban đầu.

&#x20;

<img src="https://i.imgur.com/roOkbDC.png" alt="" height="429" width="692">

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/hidemium-4/iv.-tu-dong-hoa-automation-and-ai/automation-advance/copy-nhung-paste-ra-moi-xuat-hien-text.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.
