type_text
Replaces the content of a web page's editable element by index with specified text, optionally pressing Enter to submit. Returns updated page snapshot for verification.
Instructions
Type text into editable element [index] (replaces its content). Set submit=true to press Enter afterwards. Returns the new snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| index | Yes | ||
| submit | No | Press Enter after typing |