puppeteer_fill
Automate web form filling by specifying a CSS selector and input value, enabling precise interaction with input fields in a real browser environment using Puppeteer.
Instructions
Fill out an input field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for input field | |
value | Yes | Value to fill |