# Send text to selector

The user can perform two actions simultaneously with this node. Click on the input box you want to send a piece of text to, such as email, password, or keyword, and refer to it as select element. And we talked above about how to get the correct selector. After, we need to enter a single content on one line; Please enter multiple content in a new line, and one of content will be random selected. Example :&#x20;

&#x20;    Content one

&#x20;    Content two

Or click on the orange button and it will let you choose the variables you entered\
\
Người dùng có thể thực hiện đồng thời hai hành động với nút này. Nhấp vào hộp nhập mà bạn muốn gửi một đoạn văn bản tới, chẳng hạn như email, mật khẩu hoặc từ khóa và coi nó là phần tử chọn. Và chúng ta đã nói ở trên về cách lấy bộ chọn chính xác. Sau đó, chúng ta cần nhập một nội dung trên một dòng; Vui lòng nhập nhiều nội dung vào một dòng mới và một trong các nội dung sẽ được chọn ngẫu nhiên. Ví dụ :&#x20;

&#x20;    Nội dung một&#x20;

&#x20;    Nội dung hai&#x20;

Hoặc nhấp vào nút màu cam và nó sẽ cho phép bạn chọn các biến bạn đã nhập.

<figure><img src="/files/TJ5b9rjopVopdUIFZCDA" alt=""><figcaption></figcaption></figure>

| parameter           | illustrate                                                                                                                                                                                                                                                     |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Select element      | <p>Enter the CSS selector of the element you will fill with text, such as #email, #global-enhancements-search-query</p><p></p><p>Nhập CSS selector của phần tử mà bạn sẽ điền text vào, chẳng hạn như #email, #global-enhancements-search-query</p>            |
| Element order       | <p>Choose which element of the website</p><p></p><p>Chọn thành phần nào của trang web</p>                                                                                                                                                                      |
| Content             | <p>Enter content, 1 line per content. If you enter multiple lines, node will automatically randomize and take 1 line at random</p><p></p><p>Nhập nội dung, mỗi nội dung 1 dòng. Nếu bạn nhập nhiều dòng thì node sẽ tự random và lấy ngẫu nhiên 1 dòng</p>     |
| Enter interval time | <p>Space between entered characters. For example: If you enter 100, each character will be entered 100 milliseconds apart</p><p></p><p>Khoảng cách giữa các kí tự được nhập vào. Ví dụ: Bạn nhập là 100 thì mỗi kí tự sẽ được nhập cách nhau 100 mili giây</p> |

{% file src="/files/RoTerEXrLMGMX1fJVmgG" %}


---

# 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.hidemium.io/automation-user-manual/keyboard/send-text-to-selector.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.
