PhantomJS | PhantomJS

<![endif] Source Code Documentation API Examples FAQ No browser required PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG. Download v2.0 Get started // Simple Javascript example console . log ( 'Loading a web page' ); var page = require( 'webpage' ). create (); var url = 'http://phantomjs.org/' ; page . open (url, function (status) { //Page is loaded! phantom . exit (); }); Read the release notes Join the mailing list Report bugs Run functional tests with frameworks such as Jasmine, QUnit, Mocha, Capybara, WebDriver, and many others. Learn more Programmatically capture web contents, including SVG and Canvas. Create web site screenshots with thumbnail preview. Learn more Access and manipulate webpages...

Linked on 2015-05-15 19:39:51 | Similar Links