check_form_validity
Check form validation state for a form or its elements. Returns validity details per element, including missing values, type mismatches, and pattern mismatches.
Instructions
Check HTML5 form validation state for a form or all form elements within a selector. Returns validity details per element including valueMissing, typeMismatch, patternMismatch, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector for form or form element | |
| checkAll | No | Check all form elements within the selector (default: true) | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |