OpenCapture › How-to › Scrolling screenshot on desktop

How to take a scrolling screenshot on desktop

A scrolling screenshot captures a whole page — everything above and below the fold — as one image. Every desktop browser can do some version of this, but only one of the three does it well out of the box. Here is where each one stands.

Checked against Chrome, Edge and Firefox in September 2026.

On a phone? This page is about desktop browsers. Android and iOS handle long screenshots at the system level, not in the browser, so none of the methods below apply.

Microsoft Edge — the most complete built-in

Edge’s Web capture gives you three capture modes and a markup step, with no developer tools involved.

  1. Press Ctrl + Shift + S — or right-click the page and choose Web capture.
  2. Pick a mode. Capture area for a region you drag out, Capture screen area for what is currently on screen, or Capture full page for the whole thing.
  3. Mark it up, if you want. There is a pen with a choice of colours, and an eraser.
  4. Save it. Edge writes a JPEG.
The Microsoft Edge Web capture bar showing three options: Capture Area, Capture Screen Area and Capture Full Page
Step 2 — the three modes appear on a bar at the top of the window.
The Edge Web capture markup toolbar with the Draw menu open, showing a grid of pen colours and a thickness slider, with the Erase button alongside
Step 3 — Draw opens a colour grid and a thickness slider, with Erase alongside it.

Firefox — two clicks from the right-click menu

  1. Right-click an empty part of the page, away from links and images.
  2. Choose Take Screenshot.
  3. Pick a mode. Save visible for what is currently on screen, or Save full page for the whole thing.
  4. Download it. Firefox writes a PNG.
The Firefox screenshot overlay showing the Save visible and Save full page buttons at the top right of the dimmed page
Step 3 — the two buttons appear at the top right once the overlay opens.

It works cleanly on ordinary content pages. On some sites the capture comes back with its full height but nothing in the lower part of it.

Those cases, and what to do about each of them, are covered in how to take a full page screenshot in Firefox.

Google Chrome — nothing in the menus

Chrome has no scrolling screenshot in its interface. There is a command buried in the developer tools, and it does work:

  1. Press F12 to open DevTools, or right-click the page and choose Inspect.
  2. Press Ctrl + Shift + P (Cmd + Shift + P on a Mac) to open the Command Menu.
  3. Type screenshot and choose Capture full size screenshot.
  4. Chrome saves the image. If your downloads are set to ask where to save each file, you get a Save dialog first — and the suggested name can arrive without a .png on the end, which you have to type in yourself.
The Chrome DevTools command menu with screenshot typed in, listing Capture area screenshot, Capture full size screenshot, Capture node screenshot and Capture screenshot
Step 3 — type screenshot and the four capture commands appear. The second one is the full-page capture.

It is free and already installed. The file is written straight out with no preview step in between, and Chrome saves a PNG.

When the built-ins are not enough

Between them the three cover the capture itself, and in Edge’s case a pen. None of them crop, blur, watermark, or export a PDF. If that is your next step, you are opening another application — and the round trip is where most of the time goes.

OpenCapture does the capture and that next step in one pass, and works the same way in all three browsers:

  1. Click the toolbar icon on the page you want.
  2. Capture the full page. Sticky headers and fixed sidebars are rendered once, in place, rather than repeating down the image.
  3. Crop, draw, add text or shapes, blur anything that should not be shared, or tile a watermark across the whole export.
  4. Export as PNG or PDF.

Everything there except the watermark is free, no account is needed, and the capture runs on your device — there is no upload step in the code path, and the source is public.

Capture the whole page, in any of the three

Questions

What is a scrolling screenshot?

A single image containing the entire height of a page, including everything you would have to scroll to reach. A normal screenshot captures only the visible window; a scrolling screenshot captures the whole document.

Does Chrome have a built-in scrolling screenshot?

Not in its menus. The closest thing is the Capture full size screenshot command inside the developer tools, reached with F12 then Ctrl + Shift + P. It downloads a PNG with no preview or editing step.

Why is the navigation bar repeated down my scrolling screenshot?

A header pinned to the top of the window can end up drawn once for every screen the capture covers. OpenCapture renders sticky headers and fixed sidebars once, in place.