Hello folks and friends from SO!
This is for the development of a web spider. We basically need to take a snapshot of a certain website. We would have the full URL, and as well the source code, returning from a cURL request.
Since the HTML should be visualized as a browser does, I believe we're gonna have to draw it somehow before taking the screenshot.
Is there any recommendation or proper approach to make this?
Thanks in advance; Chris;