playwright_select
Automate dropdown selection on web pages by specifying a CSS selector and desired value, enabling precise control in browser interactions through Playwright and Chrome DevTools Protocol.
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 |