We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/angiejones/mcp-selenium'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mouse Action Test Page</title>
</head>
<body>
<div id="hover-target" onmouseover="this.textContent = 'hovered'">Hover here</div>
<div id="hover-result"></div>
<div id="dblclick-target" ondblclick="this.textContent = 'double-clicked'">Double-click here</div>
<div id="rclick-target" oncontextmenu="this.textContent = 'right-clicked'; return false;">Right-click here</div>
</body>
</html>