Puppeteer MCP Server

puppeteer_hover

Simulate a hover action on a specific webpage element using its CSS selector, enabling precise interaction during browser automation with Puppeteer.

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 Puppeteer MCP Server

Related Tools

ID: lpt1tvbubf