Select a dropdown option
browser_select_optionSelect options in a element by matching visible label or value, for automated browser form interaction.
Instructions
Choose one or more options in a . Match by visible label or by value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Option text as displayed. | |
| target | Yes | How to find the element. Give exactly one primary strategy (plus `name` with `role`). | |
| values | No | Option `value` attributes. | |
| timeout | No | ||
| tabIndex | No | Act on this tab just for this call, without changing which tab is active. Defaults to the active tab. To switch tabs for good, use browser_tabs with action 'select'. | |
| profileId | Yes | Browser profile id, as passed to start_profile. |