Quick steps (Chrome/Edge)
- Right-click anywhere on the page and hit Inspect (or press F12).
- Press Ctrl + Shift + P to open the Command Menu.
- Type full in the search box.
- Select Capture full size screenshot.
Your full-page screenshot downloads automatically. That’s it.
Why this is better than extensions
- No permissions or third‑party add-ons.
- Works on any page you can inspect.
- Consistent full-length output.
Pro tips
- If the page is lazy-loading content, scroll once before capturing.
- Works across Chromium browsers (Chrome, Edge, Brave, etc.).
- Use the Device Toolbar if you want a mobile viewport screenshot.
Common pitfalls (and quick fixes)
If your screenshot looks cropped or missing sections, the page likely uses lazy loading or sticky elements that only render when visible. Scroll once to trigger loading, then capture again. For sticky headers, consider temporarily hiding them with DevTools (Styles panel) so the header doesn't repeat in long captures.
On heavy pages, the capture can take a few seconds. Wait for the “Downloading…” toast in the bottom-left of the browser. If nothing happens, close DevTools and try again—sometimes the Command Menu is still focused on the previous search.
Shortcut recap
- Open DevTools: F12 or Ctrl + Shift + I
- Command Menu: Ctrl + Shift + P
- Command: “Capture full size screenshot”
When to use this trick
This is perfect for documenting bugs, saving long documentation pages, keeping evidence of a layout issue, or sharing a UI with teammates. It’s faster than browser extensions and works even in restricted corporate setups where extensions are blocked.
Educational note: This post is shared as a productivity tip for developers and creators.