From 59a9c6d326e0ab7fecb024d3c32d8c5799da86ea Mon Sep 17 00:00:00 2001 From: Jakob Skjerning Date: Tue, 3 Mar 2020 08:18:42 +0100 Subject: [PATCH] Clarify that the project is no longer maintained As clarified by @twalpole in https://github.com/thoughtbot/capybara-webkit/issues/1083. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a63d957..ecd16d6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ capybara-webkit A [capybara](https://github.com/jnicklas/capybara) driver that uses [WebKit](http://webkit.org) via [QtWebKit](http://trac.webkit.org/wiki/QtWebKit). +This library is no longer maintained. You will be better off using Capybara with headless selenium or one of the direct to CDP Capybara drivers like apparition. + Qt Dependency and Installation Issues -------------------------------------