From 6a27b00407b7845d2b19d4ec1a1e269c207f8957 Mon Sep 17 00:00:00 2001 From: Dmitry Vorotilin Date: Tue, 29 Jan 2019 19:31:00 +0300 Subject: [PATCH] Update README [ci skip] --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7468649..cf7f5ea 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ [![Build Status](https://secure.travis-ci.org/teampoltergeist/poltergeist.svg)](http://travis-ci.org/teampoltergeist/poltergeist) Poltergeist is a driver for [Capybara](https://github.com/jnicklas/capybara). It allows you to -run your Capybara tests on a headless [WebKit](http://webkit.org) browser, -provided by [PhantomJS](http://phantomjs.org/). +run your Capybara tests on a headless PhantomJS browser. If you would like to run your tests on headless Chrome there's another project [Cuprite](https://github.com/machinio/cuprite) claims to be compatible with Poltergeist. **If you're viewing this at https://github.com/teampoltergeist/poltergeist, you're reading the documentation for the master branch.