zen_trusted_click
Perform clicks with the real OS mouse pointer on pages that ignore synthetic DOM events. Use when standard clicks fail due to page restrictions.
Instructions
Click using the real OS mouse pointer for pages that reject synthetic DOM events.
This is slower and moves the user's cursor, so prefer zen_click unless a page specifically ignores synthetic clicks.
Args: selector: CSS selector to click. If provided, ZenLink clicks its center. x: X coordinate, used if selector is empty. y: Y coordinate, used if selector is empty. coordinate_space: "viewport" for browser viewport coords or "screen" for desktop coords. focus: Whether to try to foreground the browser first. Defaults to false. tab_id: Optional tab to resolve the selector against (viewport coords only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | ||
| x | No | ||
| y | No | ||
| coordinate_space | No | viewport | |
| focus | No | ||
| tab_id | No |