playwright_select
Automate the selection of elements with Select tags on web pages using CSS selectors and specified values, enhancing browser interactions through the Playwright framework with Chrome DevTools Protocol support.
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 |