type_text
Clear and fill an input field by index with given text, optionally submit with Enter, and retrieve the resulting page state.
Instructions
Type text into the input with the given index (clears it first; if
enter is true, presses Enter to submit). Returns the resulting snapshot
(or a compact summary when include_snapshot=false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| enter | No | ||
| index | Yes | ||
| include_snapshot | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |