Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 939 Bytes

use-devtools-to-take-screenshots.md

File metadata and controls

23 lines (12 loc) · 939 Bytes

Use DevTools to Take Screenshots

Chrome DevTools has built-in screenshot functionality. You can capture screenshots of multiple different views by:

  1. Open DevTools with ⌘ + ⌥ + i or by inspecting a specific element.

  2. Open the command menu with ⌘ + Shift + P.

  3. Type "screenshot" in the command menu.

  4. Capure the screenshot for your preferred view.

Screen Shot 2020-07-05 at 3 49 51 PM

There are four view options for capturing screenshots:

  • "Capture area screenshot" allows you to capture a given area using a height/width selection tool.

  • "Capture full size screenshot" will capture the full, entire page.

  • "Capture node screenshot" will capture a screenshot of the currently selected DOM node.

  • "Capture screenshot" will capture the currently visible page area.