test_form_validation
Analyze form validation on a page: find forms, check required fields, and gather validation messages from :invalid fields and custom error elements.
Instructions
Analyze forms on a page: find all forms, check required fields, collect validation messages from :invalid fields and custom error elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to test (use this or session_id) | |
| project | No | Project name (optional). With a project: runs in its shared, authenticated context. Without: runs in an isolated context (no shared cookies/login). | |
| session_id | No | Session ID (use this or url) | |
| form_selector | No | CSS selector to target specific form(s) (default: 'form') |