auto_fill_form
Automatically detect and fill all form fields with smart test data, inferring types like email, name, and address, with optional form submission.
Instructions
Auto-detect all form fields, infer their types (email, phone, name, address, etc.), fill with smart test data, and optionally submit. Replaces 5-10 tool calls with one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| submit | No | Submit the form after filling (default: false) | |
| overrides | No | Override auto-detected values: {selector: value} (e.g. {"#email": "custom@test.com"}) | |
| session_id | Yes | Session ID | |
| form_selector | No | CSS selector for the form (default: first form on page) |