Probosckie
Probosckie

Reputation: 1812

take screenshot in chrome device emulator mode

I am using a laptop computer with a max resolution on 1366px. I want to take a screenshot of how a website look in the device emulator mode in chrome - when I set the width to be bigger - like 1600px.

When I do this - the device viewport becomes overflows out of my chrome window and a part of it is hidden - how do i take a screenshot of this - print screen wont work. Is there a plugin or a chrome extension??

Upvotes: 22

Views: 14752

Answers (2)

surinder singh
surinder singh

Reputation: 1555

found this menu, which take screenshot of device screen only screenshot device simulation in chrome developer devtool

latest chrome have "Capture full size screenshot" enter image description here

Upvotes: 42

surinder singh
surinder singh

Reputation: 1555

in latest chrome we can capture node ,

  1. open developer tool
  2. select node to be capture
  3. press CMD/CTRL + SHIFT + P, it will open a "command menu"
  4. filter commands using "screenshot" keyword
  5. choose "capture node screenshot"

enter image description here

more info at https://developers.google.com/web/updates/2017/08/devtools-release-notes

Upvotes: 18

Related Questions