zen_fill
Set a form field's value directly using its CSS selector. Speed up form filling by bypassing manual typing.
Instructions
Set a form field's value directly (faster than typing).
Args: selector: CSS selector of the input/select element value: Value to set tab_id: Optional tab to target. Defaults to active tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| value | Yes | ||
| tab_id | No |