PhatomJS 1
Introducing PhantomJS Headless browser
PhantomJS is built on top of webkit layout and rendering engine. In this demo “We will learn to capture screenshot from a given URL using PhantomJS”. It provides support for JSON,DOM handling,CSS support,canvas and svg. PhantomJS can be installed locally using npm install phantomjs –save command.The following screenshot shows the terminal with phantomjs installation. To […]