Steel MCP Server

Official

scroll_down

Scroll down the page by a pixel amount - if no pixels are specified, scrolls down one page

Input Schema

NameRequiredDescriptionDefault
pixelsNoThe number of pixels to scroll down. If not specified, scrolls down one page.

Input Schema (JSON Schema)

{ "properties": { "pixels": { "description": "The number of pixels to scroll down. If not specified, scrolls down one page.", "type": "integer" } }, "required": [], "type": "object" }