MCP-Server-Playwright

browser_hover_text

Hover an element on the page by its text content

Input Schema

NameRequiredDescriptionDefault
textYesText content of the element to hover

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "Text content of the element to hover", "type": "string" } }, "required": [ "text" ], "type": "object" }