From de18c0e26b5ac89381f3d04ea3911453aa2c4b1b Mon Sep 17 00:00:00 2001 From: Harald Kirschner Date: Thu, 9 May 2019 16:27:10 -0700 Subject: [PATCH] docs(firefox): Adding bug reference & prototype clarification to juggler (#4402) Given that the readme is the current source of truth for most users that are interested in Juggler, this tries to further clarify the experimental nature of the project and the follow up work happening on the Firefox side. --- experimental/puppeteer-firefox/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/experimental/puppeteer-firefox/README.md b/experimental/puppeteer-firefox/README.md index 24bc48f9..966d2416 100644 --- a/experimental/puppeteer-firefox/README.md +++ b/experimental/puppeteer-firefox/README.md @@ -1,16 +1,18 @@ -# Puppeteer for Firefox +# Prototype: Puppeteer for Firefox > Use Puppeteer's API with Firefox -> **BEWARE**: This project is experimental. 🐊 live here. [Is Puppeteer-Firefox Ready?](https://aslushnikov.github.io/ispuppeteerfirefoxready/) +**⚠️ 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). ## Getting Started ### Installation -To use Puppeteer with Firefox in your project, run: +To try out Puppeteer with Firefox in your project, run: ```bash npm i puppeteer-firefox