Select page option
browser_select_optionSelect an option in a dropdown on an explicitly addressed page using a semantic or CSS locator. Returns a timeout if no suitable select exists, while leaving all browser sessions usable.
Instructions
Select an option on one explicitly addressed page using a semantic or CSS locator. A missing or unsuitable select returns OPERATION_TIMEOUT within timeoutMs (10 seconds by default), and the supplied session plus all other sessions remain usable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| value | Yes | ||
| pageId | Yes | ||
| locator | No | ||
| sessionId | Yes | ||
| timeoutMs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | ||
| completed | Yes | ||
| sessionId | Yes | ||
| operationId | Yes |