puppeteer_select
Select a value in a element on a web page using a CSS selector. Automates dropdown choices for testing or scraping.
Instructions
Select an element on the page with Select tag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to select | |
| selector | Yes | CSS selector for element to select |