1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Add the Poltergeist driver to the README

This commit is contained in:
Jon Leighton 2012-04-15 20:57:58 +02:00
parent a638d88410
commit c9b157fee1

View file

@ -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