Skip to content

Instantly share code, notes, and snippets.

@g-rohit
Created December 5, 2019 08:54
Show Gist options
  • Save g-rohit/489f6d83217ef5ca6dd07b1af3cf5847 to your computer and use it in GitHub Desktop.
Save g-rohit/489f6d83217ef5ca6dd07b1af3cf5847 to your computer and use it in GitHub Desktop.
Useful Screenshot shortcut from dev tools

DevTools screenshot functionality

When using Chrome developer tools, it can be useful to capture a screenshot of the entire page. And while there are add-ons to achieve this, google chrome has it’s own functionality built in.

Steps

Open Chrome Devtools
in Devtools Ctrl+P (Cmd+P on Mac)
Start typing >screenshot
Choose from the available functions (capture full size screenshot has been by far my most useful)
Enjoy your new screenshot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment