browser_select_option
Select dropdown options in web automation by element ref, with optional iframe support via frameSelector.
Instructions
Select option(s) in a dropdown by ref. Use frameSelector when inside an iframe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Select element ref from snapshot | |
| values | Yes | Option value(s) to select | |
| frameSelector | No | Optional. Iframe selector when target is inside an iframe |