safari_type_text
Type text character-by-character in Safari to trigger autocomplete and interactive field responses. Use for search boxes, chat inputs, and fields that react to each keystroke.
Instructions
Type text character-by-character with realistic key events. Best for: search boxes (triggers autocomplete), chat inputs, and fields that react to each keystroke. For rich text editors (Medium, HackerNoon, LinkedIn), use safari_fill instead — it uses framework-native APIs. For code editors (Monaco/CodeMirror), use safari_replace_editor. When using ref, always take a FRESH safari_snapshot first — refs expire after each new snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type | |
| ref | No | Ref ID from safari_snapshot | |
| selector | No | CSS selector to focus |