> 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/automation-user-manual/mouse/drop-down-selector.md).

# 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" %}
