From c9b157fee151434614f6e66a012483b95a6372eb Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Sun, 15 Apr 2012 20:57:58 +0200 Subject: [PATCH] Add the Poltergeist driver to the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 601c03b4..03c52791 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,14 @@ And you can use it by: Capybara.javascript_driver = :webkit ``` +### Poltergeist + +[Poltergeist](https://github.com/jonleighton/poltergeist) is another +headless driver which integrates Capybara with +[PhantomJS](http://phantomjs.org/). It is truly headless, so doesn't +require Xvfb to run on your CI server. It will also detect and report +any Javascript errors that happen within the page. + ## The DSL *A complete reference is available at