type
Type text into a renderer page, focusing an element first if a CSS selector is provided. Handles unicode, including CJK and emoji.
Instructions
Type text into a renderer page. If a selector is given, the element is clicked first to focus it. Uses Input.insertText, which is unicode-safe (CJK, emoji).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to insert. | |
| pageId | Yes | Page id from list_pages. | |
| selector | No | CSS selector of the input element to focus first. | |
| sessionId | Yes | Session id returned by launch_app. |