babelwrap_fill
Fill a specified input field with a value using natural language descriptions or element IDs for precise targeting.
Instructions
Fill an input field with a value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The active session ID. | |
| target | Yes | Natural language description of the input field (e.g. "Email address field"). TIP: Pass an element ID from a previous snapshot (e.g. "input-email") to bypass LLM resolution entirely for instant, deterministic targeting. | |
| value | Yes | The value to fill in. | |
| compact | No | If True, return a compact snapshot with minimal whitespace. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||