选择下拉选项
antd_selectOperates AntD Select dropdowns by clicking the element and picking an option matching the given text, with optional exact matching and timeout controls.
Instructions
操作 AntD 下拉选择框(Select):真实点击展开,在 portal 浮层中点击匹配选项。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exact | No | 是否精确匹配选项文本 | |
| tab_id | No | 标签页 id,省略时用最新标签页 | |
| timeout | No | 等待下拉浮层出现的秒数 | |
| element_id | Yes | Select 输入框元素的 element_id(find_element 定位 '.ant-select' 等) | |
| option_text | Yes | 选项文本(匹配 .ant-select-item-option,默认包含匹配,exact=True 精确匹配) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| message | Yes |