playwright_select_option
Choose an option in a in the DESKTOP grid browser (by pageId), by value or visible label. Not a device — for a phone or tablet use webpage_select_option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Visible option text; used when value is not given | |
| value | No | Option value attribute | |
| pageId | Yes | Page ID from web_navigate | |
| selector | Yes | CSS selector of the <select> |