playwright_select
Select a specific option from a dropdown or select element on a webpage using a CSS selector and desired value, enabling precise interaction in browser automation tasks.
Instructions
Select an element on the page with Select tag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for element to select | |
| value | Yes | Value to select |