AI Vision Debug MCP Server

playwright_hover

Simulate mouse hover over a specified webpage element using a CSS selector for precise UI interaction testing and debugging.

Instructions

Hover over an element on the page

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for element to hover

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for element to hover", "type": "string" } }, "required": [ "selector" ], "type": "object" }
ID: lbb1el5owd