Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce puppeteer-firefox #3628

Merged
merged 1 commit into from Dec 6, 2018
Merged

Conversation

aslushnikov
Copy link
Contributor

@aslushnikov aslushnikov commented Dec 6, 2018

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 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.
@aslushnikov
Copy link
Contributor Author

You can give it a try by installing puppeteer-firefox:

npm i puppeteer-firefox

@paulirish
Copy link
Collaborator

@aslushnikov aslushnikov merged commit 45ab3e0 into puppeteer:master Dec 6, 2018
@paambaati
Copy link

@aslushnikov @JoelEinbinder @paulirish Is there a compatibility matrix that compares the CDP APIs supported by Chromium and those by Firefox? Is it the same as http://compatibility.remotedebug.org/?

@aslushnikov
Copy link
Contributor Author

Is there a compatibility matrix that compares the CDP APIs supported by Chromium and those by Firefox? Is it the same as http://compatibility.remotedebug.org/?

@paambaati there's no compat matrix for the protocol. It's very much a work-in-progress, and the plan is to support whatever is needed to make puppeteer-firefox fully functional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants