diff --git a/experimental/puppeteer-firefox/README.md b/experimental/puppeteer-firefox/README.md index db46860fc1ecc..f619edc52b958 100644 --- a/experimental/puppeteer-firefox/README.md +++ b/experimental/puppeteer-firefox/README.md @@ -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 @@ -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.