Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

docs: Add deprecation warning to README #4

Merged
merged 1 commit into from
Mar 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down