page_type
Input text into a specified web page element, optionally clearing existing content first, and wait for the page to settle before reporting changes.
Instructions
Type text into an element (by ref from page_snapshot, or CSS selector) and report the network/console/url delta it caused. Set clear:true to select-all+backspace the field first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| text | Yes | ||
| clear | No | clear the field (select-all + backspace) before typing | |
| waitMs | No | settle time after typing before reporting the delta (default 700ms) | |
| selector | No | ||
| sessionId | No |