Skip to main content
Glama

Selenium MCP Server

browser_scroll_by_pixels

Precisely control web page scrolling by specifying exact pixel amounts horizontally and vertically for targeted navigation or content viewing.

Instructions

Scroll by a specific number of pixels

Input Schema

NameRequiredDescriptionDefault
xYesNumber of pixels to scroll horizontally
yYesNumber of pixels to scroll vertically

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "x": { "description": "Number of pixels to scroll horizontally", "type": "number" }, "y": { "description": "Number of pixels to scroll vertically", "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