Snapshot of entire page is possible?
-
bbildman last edited by leocg
Is there any way to capture a snapshot of an entire page that scrolls down more than one screen??
Thanks
-
burnout426 Volunteer last edited by burnout426
While on the page, hit ctrl + shift + i to open the dev tools. Then, click the 3 dots near the top right and undock the tools so that they're in a separate window so they don't change the size of the page.
Then, click the 3 dots again and choose "run command" or just hit ctrl + shift + p.
Then, in the command field, type ```capture" and click the full size screenshot capture command.
That will produce a png file in your downloads folder that's a screenshot of the whole page, not just what's in the viewport.
Note though that sometimes after triggering the capture command, if nothing happens, you might have to switch back to Opera's window where the page is at before the capture will activate and trigger the download.