type_text
Focus a page element and type text into it, replacing existing content by default or appending as needed.
Instructions
Focus an element and type text via CDP Input.insertText.
By default the field is cleared first (``replace=True``). Set
``replace=False`` to append to the existing value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| replace | No | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |