puppeteer_fill
Automate filling input fields on web pages using CSS selectors and specified values, enabling precise browser interactions within the Puppeteer-based MCP server environment.
Instructions
Fill out an input field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for input field | |
| value | Yes | Value to fill |