{ "name": "browser_hover", "description": "Hover over element on page", "inputSchema": { "properties": { "element": { "description": "Human-readable element description used to obtain permission to interact with the element", "type": "string" }, "ref": { "description": "Exact target element reference from the page snapshot", "type": "string" } }, "required": [ "ref" ], "type": "object" } }