Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(puppeteer-firefox): add deprecation warning to README (#5502)
  • Loading branch information
mjzffr committed Apr 3, 2020
1 parent 6522e4f commit 7f7887e
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions experimental/puppeteer-firefox/README.md
Expand Up @@ -2,11 +2,9 @@

# Prototype: Puppeteer for Firefox

> Use Puppeteer's API with Firefox
**⚠️ The puppeteer-firefox package has been deprecated**: Firefox support is gradually transitioning to the puppeteer package. As of puppeteer v2.1.0 you can interact with Firefox Nightly. The puppeteer-firefox package will remain available until the transition is complete, but it is no longer actively maintained. For more information visit https://wiki.mozilla.org/Remote

**⚠️ BEWARE**: Experimental. Just for preview. Installation and usage will change.

This project is a feasibility prototype to guide the work of implementing Puppeteer endpoints into Firefox's code base. Mozilla's [bug 1545057](https://bugzilla.mozilla.org/show_bug.cgi?id=1545057) tracks the initial milestone, which will be based on a CDP-based [remote protocol](https://wiki.mozilla.org/Remote).
This project is an experimental feasibility prototype to guide the work of implementing Puppeteer endpoints into Firefox's code base. Mozilla's [bug 1545057](https://bugzilla.mozilla.org/show_bug.cgi?id=1545057) tracks the initial milestone, which will be based on a CDP-based [remote protocol](https://wiki.mozilla.org/Remote).

## Getting Started

Expand Down Expand Up @@ -45,12 +43,6 @@ Execute script on the command line
node example.js
```


### API Status

Current tip-of-tree status of Puppeteer-Firefox is available at [isPuppeteerFirefoxReady?](https://aslushnikov.github.io/ispuppeteerfirefoxready/)


### Credits

Special thanks to [Amine Bouhlali](https://bitbucket.org/aminerop/) who volunteered the [`puppeteer-firefox`](https://www.npmjs.com/package/puppeteer-firefox) NPM package.

0 comments on commit 7f7887e

Please sign in to comment.