Select option
browser_select_optionSelect options in a dropdown select element with a single CDP call, setting values and firing input/change events.
Instructions
Select one or more options in a . One CDP call — sets the value and fires input/change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Element ref (e.g. e4) or CSS selector for the select | |
| values | Yes | Option value(s) to select | |
| element | No | Human-readable element description |