# Drop-down selector

Node này được sử dụng khi bạn muốn chọn một giá trị từ tùy chọn thả xuống (drop-down).

Ví dụ bạn muốn chọn một giá trị trong drop-down này:

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

You must take the drop-down CSS selector and enter the value corresponding to the screen value you want to display.

Bạn phải lấy CSS selector của drop-down và nhập value tương ứng với giá trị màn bạn muốn hiển thị.

<figure><img src="/files/1RgwXEgKuU3ENDh9JBvG" alt=""><figcaption></figcaption></figure>

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

| parameter      | illustrate                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Select element | <p>Enter the dropdown's CSS selector</p><p></p><p>Nhập CSS selector của dropdown</p>                                                                                                                                                                                                                                                                                                                                                                                                            |
| Element Order  | <p>Which element of the website to choose: Fixed value: Select a fixed element. Random interval: random a random value within a set range.</p><p></p><p>Chọn thành phần nào của trang web:<br>Fixed value: Chọn một phần tử cố định.<br>Random interval: random một giá trị ngẫu nhiên trong khoảng đã đặt.</p>                                                                                                                                                                                 |
| Selected value | <p>Enter the value of the option you want to select. For example, we have the following option:Everything Else. Then in the Selected value field we will enter 99 to run the script, the dropdown will display the value as Everything Else</p><p></p><p>Nhập value của option mà bạn muốn chọn. Ví dụ ta có option sau: \<option value="99">Everything Else\</option>  . Khi đó trường Selected value ta sẽ nhập là 99 chi chạy script thì dropdown sẽ hiển thị giá trị là Everything Else</p> |

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


---

# 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/hidemium-4/iv.-tu-dong-hoa-automation-and-ai/automation-foundation-automation-co-ban/mouse/drop-down-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.
