pilot_page_forms
Extract all form elements from a web page as structured JSON to analyze form structure, input fields, and current values for automation planning.
Instructions
Extract all form elements on the page as structured JSON with their types, names, IDs, and current values. Use when the user wants to understand form structure, see all input fields with their current values, check form methods and actions, or plan form filling automation. Password field values are redacted for security.
Parameters: (none)
Returns: JSON array of form objects, each containing the form's index, action URL, method, id, and an array of field objects with tag, type, name, id, placeholder, required, and value.
Errors: None — returns empty array "[]" if no forms exist on the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||