# 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="https://699023340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiEhmc20xmuwcG5ThYMWS%2Fuploads%2FZlmEl0AR4A7IQ1F3ODue%2Fimage.png?alt=media&#x26;token=223527b5-bf63-46c5-90f6-92d2cca9c86c" 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="https://699023340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiEhmc20xmuwcG5ThYMWS%2Fuploads%2FYEdOBh6wUFG8gLgp2VfE%2Fimage.png?alt=media&#x26;token=986be9b0-bd9a-4823-8795-c20d4e7dc1c9" alt=""><figcaption></figcaption></figure>

<figure><img src="https://699023340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiEhmc20xmuwcG5ThYMWS%2Fuploads%2F1LKlZMXNcY6zHsxyy1T7%2FDrop-down%20selector.png?alt=media&#x26;token=d5924222-3739-4cd5-8f9d-5079a7b7c15b" 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="<https://699023340-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiEhmc20xmuwcG5ThYMWS%2Fuploads%2Fosi90mbTCAMH5oIKreDn%2FDrop-down%20selector.txt?alt=media&token=ece28fa6-bab1-48fa-9803-269041388380>" %}
