Chrome, Edge, Opera
Open Command menu (
Cmd+Shift+P
orCtrl+Shift+P
) > Run "Capture screenshot" > PressEnter
. By default, the screenshot will be saved in theDownloads
directory.
Firefox
In Console, use the built-in helper function
:screenshot
to capture screenshot of the current page.
Safari
In Console, use
console.screenshot()
to capture the screenshot of the viewport.