playwright_select
Use playwright_select to programmatically select an option from a dropdown or <select>
element on a webpage by specifying a CSS selector and the desired value.
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 |