browser_select_option
Select option values in a dropdown using a CSS selector, enabling automated form interaction within isolated browser sessions for each agent.
Instructions
在下拉框中选择选项
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | CSS 选择器 | |
| values | Yes | 要选中的值 | |
| element | Yes | 元素 | |
| _agent_id | No | 隔离键:同一 agent 的所有调用传相同的值以保持其浏览器;不同 agent 传不同的值以获取独立浏览器。省略则共享默认浏览器。 |