问题
Using Chrome dev tools, how to get exact screenshot at exact time to share

回答1:
- switch devtools docking mode to a separate window in the devtools settings three-dot icon.
(when this option is activated you can use CtrlShiftD to toggle docked/undocked state) - invoke devtools-for-devtools by pressing CtrlShifti when devtools window is focused,
and do the following in this new devtools-for-devtools window:- open
Application
tab - expand/open Frames - top - Images
- click any image URL on the left to view it
- right-click the image itself and choose
Save
- repeat 3-4
- open
To find the URL of currently shown screenshot:
- click the corresponding green bar in
Frames
strip under screenshot thumbnail strip - use element selector CtrlShiftC in devtools-for-devtools and click the mini-screenshot at the bottom of the main devtools window
- now devtools-for-devtools will show
<img>
element in the Elements tree, rightclick itsdata:image/png
andOpen in Application panel
, then save it.
来源:https://stackoverflow.com/questions/44182882/how-to-get-screenshot-from-chrome-dev-tools-performance-frame