{ "name": "browser_click", "description": "Click an element addressed by ref_id or CSS selector.", "requires_confirmation": false, "inputSchema": { "type": "object", "properties": { "selector": { "type": "string", "description": "CSS selector of the element to click, e.g. 'button[type=submit]' or '#login'." }, "ref_id": { "type": "string", "description": "Stable ref_id from browser_read_page or browser_find." }, "trusted": { "type": "boolean", "description": "Force real CDP events for this one call even if the extension is configured for synthetic…" } } } }