feat: introduce puppeteer-firefox (#3628)

This adds a proof-of-concept of `puppeteer-firefox`.
This consists of two parts:
- `//experimental/juggler` - patches to apply to Firefox.
- `//experimental/puppeteer-firefox` - front-end code to
be merged with Puppeteer.

As things become more stable, we'll gradually move it out of
the experimental folder.
This commit is contained in:
Andrey Lushnikov
2018-12-06 11:24:00 -08:00
committed by GitHub
parent 8613e871fc
commit 45ab3e0332
164 changed files with 12861 additions and 0 deletions

8
experimental/README.md Normal file
View File

@@ -0,0 +1,8 @@
#### What's this?
This is a **highly experimental** Puppeteer API to drive Firefox browser.
Beware, alligators live here.
`/juggler` - firefox-puppeteer backend
`/puppeteer-firefox` - puppeteer API for Firefox