select
Selects an option from a dropdown menu by specifying the CSS selector and the option's value or visible label.
Instructions
在下拉框()中选择选项
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | option 的 value 属性值,或 "label:xxx"(按显示文字选择) | |
| selector | Yes | CSS 选择器 |