Chrome Debug MCP Server

by robertheadley
Verified

hover

Simulate hovering over a specified element on a webpage using a CSS selector with the Chrome Debug MCP Server for browser automation and debugging tasks.

Instructions

Hover over an element

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 Chrome Debug MCP Server

Related Tools

ID: nguhnsghor