smart_fill_form
Auto-detect form fields and fill them with provided data using labels, names, and types. Optionally submit the form automatically after filling.
Instructions
🆕 Auto-detect form fields and fill them intelligently based on field labels, names, and types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| formData | Yes | Key-value pairs where keys are field labels/names and values are the data to fill | |
| submitAfter | No | Automatically submit form after filling | |
| formSelector | No | Specific form to target (auto-detects if not provided) |