Inspect Forms
form_inspectInspect forms on a webpage to retrieve controls with labels, selectors, methods, and safe optional values. Identify form requirements and available actions without exposing passwords.
Instructions
Inspect forms and controls with labels, selectors, methods, actions, requirements, options, and safe optional values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | Optional CSS selector or XPath for a form or container. Empty means all forms on the current page. | |
| max_forms | No | Maximum number of forms to return | |
| include_values | No | Include current non-password field values. Password values are never returned. | |
| max_fields_per_form | No | Maximum number of controls to return per form |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||