playwright_select
Automate web page interactions by selecting an element with a Select tag using a CSS selector and specified value. Ideal for 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 |