chrome_select_option
Select an option from a dropdown menu on a web page using a CSS selector to locate the select element and specify the choice by its visible label or value attribute.
Instructions
Select an option from a dropdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Option label text to select (alternative to value) | |
| value | No | Option value to select (the "value" attribute) | |
| selector | Yes | CSS selector of the <select> element | |
| tab_index | No | Tab index (optional) |