Skip to main content
Glama

Selenium MCP Server

browser_scroll_to_coordinates

Navigate web pages by scrolling to exact pixel coordinates (X and Y positions) for precise browser automation and testing.

Instructions

Scroll to specific coordinates

Input Schema

NameRequiredDescriptionDefault
xYesX coordinate
yYesY coordinate

Input Schema (JSON Schema)

{ "properties": { "x": { "description": "X coordinate", "type": "number" }, "y": { "description": "Y coordinate", "type": "number" } }, "required": [ "x", "y" ], "type": "object" }

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/pshivapr/selenium-mcp'

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