Prototype: Puppeteer for Firefox
github.com
Prototype: Puppeteer for Firefox
1–10 of 133 posts
Re: Prototype: Puppeteer for Firefox
#2It is kind of usable but is still missing stuff. You can check the status here: https://aslushnikov.github.io/ispuppeteerfirefoxready/
Re: Prototype: Puppeteer for Firefox
#3In case you're wondering, and the linked page doesn't explain:
> Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol. It can also be configured to use full (non-headless) Chrome or Chromium.
Re: Prototype: Puppeteer for Firefox
#4is there a benefit to using firefox with puppeteer compared to chromium and puppeteer? or is it just a matter of choice and being able to also use firefox for automated testing?
Re: Prototype: Puppeteer for Firefox
#5What is the equivalent of Chrome Dev tools protocol here?
Re: Prototype: Puppeteer for Firefox
#6[deleted]
Re: Prototype: Puppeteer for Firefox
#7is there a benefit to using firefox with puppeteer compared to chromium and puppeteer? or is it just a matter of choice and being able to also use firefox for automated testing?
I guess it's a matter of choice for people who still use Firefox.
Re: Prototype: Puppeteer for Firefox
#8Nice work, I have been using puppeteer with chrome recently and it is a great piece of kit. If the prototype is successful will you keep the chrome and firefox packages separate or merge them and have an abstraction layer so puppeteer can issue commands regardless of chrome/firefox being used for the browser?
Re: Prototype: Puppeteer for Firefox
#9What is the equivalent of Chrome Dev tools protocol here?
It says its based on the mozilla remote protocol:
https://wiki.mozilla.org/Remote
"The Firefox Remote Protocol is a low-level debugging interface based on the CDP protocol."