browserSelectOption
Select options from a dropdown using element references and specified values within a web page. Supports delayed snapshots for accurate validation in browser automation workflows.
Instructions
在下拉框中选择选项
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pageId | Yes | 页面ID | |
ref | Yes | 元素的xp引用值 | |
values | Yes | 要选择的选项值数组 | |
waitForTimeout | No | 操作后等待获取快照的延迟时间(毫秒,默认2000) |