zen_type
Automate typing text into input fields identified by CSS selectors. Optionally clear existing text and target a specific tab.
Instructions
Type text into an input field.
Args: selector: CSS selector of the input element text: Text to type clear: Whether to clear existing text first tab_id: Optional tab to target. Defaults to active tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| text | Yes | ||
| clear | No | ||
| tab_id | No |