chrome_click
Click page elements in Chrome via snapshot uid, CSS selector, or viewport coordinates, using real input events. Supports your signed-in profile without Playwright.
Instructions
Click a snapshot uid, CSS selector, or viewport coordinate using Chrome's real input layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Viewport x coordinate if uid/selector is omitted. | |
| y | No | Viewport y coordinate if uid/selector is omitted. | |
| uid | No | Stable element uid from chrome_snapshot. Prefer over selector. | |
| selector | No | CSS selector to click. | |
| targetId | No | Chrome tab id to target. | |
| background | No | If true, avoid explicit Chrome focus/tab activation (default). Pass false to allow foreground work. | |
| domFallback | No | Fall back to DOM-dispatched click if CDP input is blocked (default true). | |
| maxElements | No | ||
| urlIncludes | No | Match the target tab by URL substring. | |
| titleIncludes | No | Match the target tab by title substring. | |
| includeSnapshot | No | If true, include a fresh snapshot after the click. |