read_form
Inspect a filled form's labels, values, selected options, and browser validity before submitting, so you can compare it against project documents and catch missing required fields.
Instructions
Read a form as the user filled it — label, type, value, checked/selected, required-but-empty, browser validity — to check it against the project's documents before an irreversible Submit. Password and card values come back [redacted]. Read-only, on request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one | |
| selector | No | The form or container; omitted = every visible control on the page |