babelwrap_click
Click web elements by describing them in natural language, allowing AI agents to interact with browser content through simple, descriptive commands.
Instructions
Click an element on the page using a natural language description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The active session ID. | |
| target | Yes | Natural language description of the element to click (e.g. "the Login button", "first search result"). TIP: Pass an element ID from a previous snapshot (e.g. "btn-login", "input-email") to bypass LLM resolution entirely for instant, deterministic targeting. | |
| compact | No | If True, return a compact snapshot with minimal whitespace. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||