CMD+Shift+4 has always allowed you to take screenshots of any parts of your screen, (including your devtools), so curious why this is a feature in Chrome? Unless it's meant for Windows maybe where it's harder to take screenshots?
I imagine this will be useful for taking screenshots of arbitrary elements via the headless mode. Anyway, why would it be harder to take screenshots in Windows? Have they restricted the Win32 API recently (I haven't kept tabs)?
Updates to DevTools in Chrome 62
11–20 of 40 posts
Re: Updates to DevTools in Chrome 62
#12Earlier quoted context omitted.
I imagine this will be useful for taking screenshots of arbitrary elements via the headless mode. Anyway, why would it be harder to take screenshots in Windows? Have they restricted the Win32 API recently (I haven't kept tabs)?
I think he is referring to how on windows you can only screenshot the entire screen. Not sure if that has changed in recent years.
Since Vista, there is also snipping tool, which allows the same things as Mac screenshoting.
Re: Updates to DevTools in Chrome 62
#13Earlier quoted context omitted.
You can hit printscreen in windows to take screenshots (1 key instead of 3, even easier than mac). I could imagine it would be useful in remote debugging sessions (such as when inspecting android webviews over USB).
Don't you still have to open Paint, press paste, hit save, and choose where to save the screenshot? For the record, cmd+shift+3 takes a screenshot and immediately saves it to your desktop on macOS.
Re: Updates to DevTools in Chrome 62
#14There's a long thread about it here, but the chrome developers haven't really engaged with the community feedback
https://groups.google.com/forum/#!topic/google-chrome-develo...
The dev tools console has also become a dumping ground for repeated browser warnings and the option to turn them off isn't even persistent.
Re: Updates to DevTools in Chrome 62
#15Re: Updates to DevTools in Chrome 62
#16Starting to think maybe it would be good to have a "DevTools" lite, now that there are literally dozens of tabs and pages. Is there a shortcut to just bring up the console?
I think it depends on the last feature used, but F12 does that for me. You can also try ctrl+shift+i (opt+cmd+i on Mac, I think?)
Re: Updates to DevTools in Chrome 62
#17Starting to think maybe it would be good to have a "DevTools" lite, now that there are literally dozens of tabs and pages. Is there a shortcut to just bring up the console?
I believe ctrl+shift+i goes to whatever tab you were at last, and ctrl+shift+c goes to the element tab and enables the element selector.
I don't know if there's any other shortcuts but these are the one I use most often. You can also drag the various tabs to order them the way you like.
Re: Updates to DevTools in Chrome 62
#18CMD+Shift+4 has always allowed you to take screenshots of any parts of your screen, (including your devtools), so curious why this is a feature in Chrome? Unless it's meant for Windows maybe where it's harder to take screenshots?
You can hit printscreen in windows to take screenshots (1 key instead of 3, even easier than mac). I could imagine it would be useful in remote debugging sessions (such as when inspecting android webviews over USB).
Re: Updates to DevTools in Chrome 62
#19CMD+Shift+4 has always allowed you to take screenshots of any parts of your screen, (including your devtools), so curious why this is a feature in Chrome? Unless it's meant for Windows maybe where it's harder to take screenshots?
Re: Updates to DevTools in Chrome 62
#20Earlier quoted context omitted.
I think he is referring to how on windows you can only screenshot the entire screen. Not sure if that has changed in recent years.
You can also screenshot the current window (Alt-PrtSc). Since Vista, there is also snipping tool, which allows the same things as Mac screenshoting.