-
-
Notifications
You must be signed in to change notification settings - Fork 742
Is Puppeteer Firefox ready yet?
berstend̡̲̫̹̠̖͚͓̔̄̓̐̄͛̀͘ edited this page Feb 8, 2021
·
1 revision
- Basic features like
page.evaluateOnNewDocument()
are not implemented yet -
puppeteer-extra
technically supports being used with Firefox though - If automating Firefox is desired use Playwright instead of Puppeteer
- Playwright ships with a custom firefox build, which allows them to patch in functionality as needed
- Puppeteer works with vanilla nightly versions of Firefox. They depend on the Firefox team implementing the Chrome Devtools Protocol and progress has been a bit slow