7 ms·
Taking screenshots of the full page or individual elements was also possible before via Tools -> Web Developer -> Developer Toolbar (Shift + F2)... and then usi
by ahoge 11y ago
Taking screenshots of the full page or individual elements was also possible before via Tools -> Web Developer -> Developer Toolbar (Shift + F2)... and then using the `screenshot --selector ...` command.
You also have access to part of this functionality via the non-standard drawWindow method:
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/drawWindow https://developer.mozilla.org/en-US/docs/Web/API/CanvasRende...