charlotte_type
Type text into input elements with configurable behavior: clear existing value, press Enter, or simulate keystrokes with delays for autocomplete. Returns updated page state.
Instructions
Type text into an input element. Returns full page representation after typing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | Yes | Target input element ID | |
| text | Yes | Text to enter | |
| clear_first | No | Clear existing value before typing (default: true) | |
| press_enter | No | Press Enter after typing (default: false) | |
| slowly | No | Type one character at a time with a delay between keystrokes. Use for sites with autocomplete, search-as-you-type, or per-key validation (default: false) | |
| character_delay | No | Milliseconds between keystrokes (implies slowly: true). Default when slowly is true: 50ms |