cdp_type_text
Type text at cursor position to simulate keyboard input for browser automation. Works with React, Vue, and Angular controlled inputs after focusing elements.
Instructions
Type text at the current cursor position using CDP Input.insertText. This simulates real keyboard input and works with React/Vue/Angular controlled inputs. Focus an element first with cdp_interact focus action.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type | |
| delay | No | Delay between characters in ms (default: 0) | |
| press_enter | No | Press Enter after typing (default: false) | |
| press_tab | No | Press Tab after typing to move to next field (default: false) |