> For the complete documentation index, see [llms.txt](https://docs.browserflow.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.browserflow.app/reference/browserflow-commands/interact-with-page/select-option.md).

# Select Option

Selects an option from a `<select>` element

#### Selector

* [Selector](/guides/selectors.md) for the `<select>` element

#### Value

* Value(s) to select
  * Note that this is the value of the `value` attribute of the `<option>` element inside `<select>`, not the text of the `<option>` element
  * Multiple values can be selected by inserting `;` between the values
