(FORK, works with unmodified Qt 5.3) Scriptable Headless WebKit
 
 
 
 
 
 
Go to file
Ariya Hidayat cebe64ec31 Config to limit the disk cache size.
Based on the previous patch at https://github.com/ariya/phantomjs/pull/144.

http://code.google.com/p/phantomjs/issues/detail?id=220
2011-09-06 16:33:11 -07:00
debian The python package is arch: all 2011-07-03 22:11:08 +02:00
deploy Mac OS X build script: use 4.7.4, static build QtWebKit and PhantomJS. 2011-09-01 17:37:50 -07:00
examples typo 2011-08-29 00:12:48 +03:00
python Remove fs.move; it's already implemented in filesystem-shim 2011-09-04 22:43:24 -07:00
src Config to limit the disk cache size. 2011-09-06 16:33:11 -07:00
test Added "copyTree(source, destination)" to the set of File API. 2011-09-04 23:42:54 +01:00
.gitignore Debian packaging 2011-07-03 21:47:50 +02:00
ChangeLog Added the new "--local-access-remote" to the list of additions for the next release. 2011-08-31 16:26:25 +01:00
LICENSE.BSD Long live PhantomJS! 2010-12-26 19:49:33 -08:00
README.md Mention Qt and brew/port notice when building on Mac OS X. 2011-06-05 13:50:53 -07:00
phantomjs.pro Import the old, working prototype. 2010-12-26 20:15:19 -08:00

README.md

PhantomJS (www.phantomjs.org) is a headless WebKit with JavaScript API.

It has fast and native support for DOM handling, CSS selector, JSON, Canvas, and SVG.

PhantomJS is cross-platform, it can be compiled for Linux, Windows, FreeBSD, and Mac OS X. Refer to the build instructions for details.

Note: If you are on Mac OS X, read the notice before you start using brew or port to install Qt and/or PhantomJS.

PhantomJS scripts can be written in JavaScript or CoffeeScript.

See also quick start guide and more advanced examples which show various PhantomJS scripts, covering:

  • getting driving direction
  • showing weather forecast conditions
  • finding pizza in New York
  • looking up approximate location based on IP address
  • pulling the list of seasonal food
  • running regression tests from command line
  • producing PDF version of a Wikipedia article
  • rasterizing SVG to image

Do not forget to consult the concise API Reference.

PhantomJS is based on Qt. There are two implementations, using C++ and Python.

If you want to contribute, please read the Contribution Guide.