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:
parent
a638d88410
commit
c9b157fee1
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue