Skip to main content
Glama

browser_hover

Hover over web elements to trigger interactive features during automated browser testing with Playwright sessions.

Instructions

Hover element

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
elementYes
refYes

Implementation Reference

  • index.js:398-405 (registration)
    The 'browser_hover' tool is registered using `server.tool`. It validates the input using Zod and delegates the execution to `proxyToolCall`.
    server.tool('browser_hover', 'Hover element', {
      element: z.string(),
      ref: z.string()
    }, async (args) => {
      const check = requireActivePage();
      if (check) return check;
      return proxyToolCall('browser_hover', args);
    });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OMGEverdo/browser-pool-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server