PhantomJS(팬텀JS)
PhantomJS is a headless web browser scriptable with JavaScript. It runs on Windows, macOS, Linux, and FreeBSD.Using QtWebKit as the back-end, it offers fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.The following simple script for PhantomJS loads Google homepage, waits a bit, and then captures it to an image.var page = require('webpage').crea..
2018. 11. 26.