How to make screenshot of a website ?

Asked By 10 points N/A Posted on -
qa-featured

Hi Experts

I want to know whether there is any way that javascript can make screenshot of a website? How can we do it? Can anyone guide me.

SHARE
Best Answer by Williamson Mellisa
Best Answer
Best Answer
Answered By 5 points N/A #165173

How to make screenshot of a website ?

qa-featured

Hello,

This is the website that you should see: https://github.com/niklasvh/html2canvas

There are Jscript HTML render who you might use for taking screenshots on websites, or if you want just some parts of the website. You can see on that link how it works, with which browser can work, about the usage, building etc. You can download the JScripts from there.

Regards,

Williamson Mellisa

Answered By 0 points N/A #165174

How to make screenshot of a website ?

qa-featured
Hi Nina,
 
I had once came across an API, GrabzIt JavaScript API, that can take screenshots of websites.
 
You can include them in your page with a line of JavaScript Code.
 
I got the below code from their website.

 

For more information, you can visit their website here.
Answered By 0 points N/A #165175

How to make screenshot of a website ?

qa-featured

Hi Nina,

There are several ways you can do this. Here are some tutorial. Just click on each link and it will direct you on how to screenshot a website:

How to screenshot website in JavaScript client-side?

Take a screenshot of a webpage with JavaScript

 

 

Related Questions