📸 ScreenshotsMCP

browser_scroll

Scroll the browser page by a given amount in pixels.

Parameters

ParameterTypeRequiredDefaultDescription
sessionIdstringYesSession ID from browser_navigate
xnumberNo0Horizontal scroll amount in pixels
ynumberNo500Vertical scroll amount in pixels (positive = down)

Example

Scroll down 800 pixels to see the pricing section

Notes

  • Positive y scrolls down, negative scrolls up
  • Positive x scrolls right, negative scrolls left
  • Returns a screenshot after scrolling

On this page