playwright_select
Select a value from a dropdown element on a webpage using its CSS selector. Enables precise interaction with Select tags for automation, testing, or web scraping 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 |