Can I DevTools?
All
120
Accessibility
9
Audit
2
CSS
32
Console
14
Elements
16
JavaScript
4
Network
17
Other
14
Sources
12
Favorites
0
About
Testimonials
It is like
@CanIUse
but for the browser devtools, created & curated by
@pankajparashar
. Get weekly tips & tricks for your favorite browser devtools by
subscribing
to the newsletter!
Ads via Carbon
1
2
3
4
Console
Edit
Capture screenshot via console
Can I take screenshot of a web page from the console?
Last Modified
22 days ago
Author
@pankajparashar
Test Live
via
BrowserStack
Newsletter
tips-tricks-41
Related (0)
SAFARI
Share
Notes
In Safari, you can capture screenshot of the viewport from the
Console
using
console.screenshot()
.
Alternatively, pass the target node to the function to capture screenshot of a specific node.
References (1)
"Console Object API", by
Webkit
.