puppeteer_select
Automate selection of HTML elements with a 'select' tag using a CSS selector and specified value on a webpage, facilitating web interaction and testing in browser automation.
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 |