How do i take full screenshot of opened website?
-
I want to open a list of websites and save their screenshot, I already tried using the screenshot action in browser but i was only able to get the picture of the visible portion of the website.
I used 'CSS: html' to select all the website content but still only the viewport dimension is selected, How do i let it scroll down and get the full webnsite screenshot?
I also attempted Node(https://www.npmjs.com/package/webshot) but i don't know what i did wrong, because nothing worked, no errors but there was no image either.
Thanks.
-
@belvacruiz Its wrong way to use this Node.js package for screenshot of opened website. Easy way is change height resolution one time for screenshot and next you can do full page screenshot.
https://community.bablosoft.com/topic/2592/как-сделать-скриншот-страницы-после-скрола/6#
0_1505856995304_screenall.xmlOR
http://html2canvas.hertzen.com/documentation.html
https://github.com/niklasvh/html2canvas/releases
-
@belvacruiz Just use a screenshot action on element with >CSS> html selector
-
@myweb101 Thanks!!! it worked