type_text
Insert text into the active browser tab or a specified tab using CDP Input.insertText. Specify an optional tab index to target a specific tab; otherwise, types into the current active tab.
Instructions
type_text("hello") — CDP Input.insertText。tab 不传打当前活动标签。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | ||
| text | Yes |