Developer tools·29 questions

How to use the Capture screenshot feature to take screenshots of elements and the entire page?

Answer

Taking screenshots of an entire web page with scrolling or individual HTML elements is often required by developers and designers for documentation or bug reports. Developer tools have a built-in screen capture feature that eliminates the need to install third-party browser extensions.

To take a screenshot of the entire page, including the invisible area beyond the screen view, open the command menu inside the developer tools. To do this, use the keyboard shortcut corresponding to your operating system, or select the Run command item through the main menu.

Type the phrase capture in the command menu search bar to see all available snapshot creation options.
Select the Capture full size screenshot command to save a long image of the entire scrollable page.
Wait for the processing to finish, after which the browser will automatically download the image file in PNG format to your computer.

If you need a screenshot of only a specific DOM tree node, go to the Elements tab and select the desired element in the tag tree. Right-click on this element and select Capture node screenshot from the context menu. The browser will generate an image that exactly matches the dimensions and styles of the selected block.

This built-in tool guarantees high rendering accuracy without loss of quality and scaling artifacts. It is useful for quickly preparing visual materials and comparing markup with designer layouts right in the workflow.

Was this answer helpful?

More questions in this topic

Related questions from other topics