puppeteer_fill
Automate input field filling on web pages using a CSS selector and specified value. Part of the Puppeteer MCP Server for browser automation tasks.
Instructions
Fill out an input field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector for input field | |
value | Yes | Value to fill |