I've an idea and want to implement it. But I'm not sure if it's gonna work. So, wanted to get your inputs.
I would like to take screenshots of a url.
Say, when I open a web-site www.espncricinfo.com
, I would like to take screenshot of that page and save locally. This saved image can be converted to GIF
later on.
Can this be achieved through python
? Any suggestions/inputs to make it ?
Updated
And also is it possible to capture screenshot in headless-browser ?
Any possibilities to launch the browser in headless mode
(non-GUI) and then take the screenshot of particular area of web-page ?