MCP Playwright CDP

by lars-hagen
Verified

playwright_hover

Simulate hovering over a specific element on a webpage using a CSS selector, enabling precise interactions for browser automation tasks.

Instructions

Hover 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" }

You must be authenticated.

Other Tools from MCP Playwright CDP

Related Tools

ID: fdvu5n58kv