This script allows you to take "screenshots" of webpages or parts of it, directly on the users browser. The screenshot is based on the DOM and as such may not be 100% accurate to the real representation as it does not make an actual screenshot, but builds the screenshot based on the information available on the page.
Try html2canvas with our test console which allows you to load any url and create a screenshot of it.
Having problems implementing html2canvas? Check out our documentation on how to use the script.