Sunday 12 May 2019

Capture full screenshot using Chrome DevTools


  • Open inspect element using Ctrl+Shft+I.
  • Toggle device toolbar using Ctrl+Shft+M to enter responsive mode and Select the screen size and set zoom level to 100%.
  • Refresh the page so that layout takes it's place using Ctrl+Shft+R.
  • Press Ctrl+Shft+P and enter "screenshot" in textbox and select the "Capture full size screenshot"
  • File will be downloaded.