From d64c33967be93064c1956d6ab32779c1f248d399 Mon Sep 17 00:00:00 2001 From: Maja Frydrychowicz Date: Thu, 12 Mar 2020 15:08:56 -0400 Subject: [PATCH] docs: Add deprecation warning to README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 558146d6c209c..54d4932d008ef 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -# Juggler +# Juggler (Deprecated) -> Juggler - Firefox Automation Protocol for implementing the Puppeteer API. +> Juggler - Experimental Firefox Automation Protocol for implementing the Puppeteer API. This repository is a fork of the Firefox browser with additional support for the "Juggler" remote debugging protocol. Juggler can be found in [`//testing/juggler/`](https://github.com/Puppeteer/juggler/blob/master/testing/juggler). +**⚠️ The puppeteer-firefox package has been deprecated**: As of puppeteer v2.1.0 you can interact with official Firefox Nightly binaries, which do not use Juggler. The puppeteer-firefox npm package, which depends on Juggler, will remain available until the transition is complete, but it is no longer actively maintained and neither is Juggler. For more information visit https://wiki.mozilla.org/Remote and see also https://github.com/puppeteer/puppeteer/issues/5397 + ## Protocol See [`//testing/juggler/Protocol.js`](https://github.com/puppeteer/juggler/blob/master/testing/juggler/protocol/Protocol.js).