@@SethuSenthil That’s not what happened. The old experimental puppeteer-firefox project was built around custom-patched versions of Firefox. The new first-class support works with real, unpatched Firefox binaries. Both the approach and the implementation are completely different.
Why is everyone creating a new page after launching the browser, the first thing in puppeteer is a new page. i do: const page = (await browser.pages())[0];
We need proper implementation of css physical units like millimeters, centimeters and points! The rounding errors in the current engine make it difficult to design precise PDF files
Handling downloads in Puppeteer is not in a simple or native way, it must be done through expiremental tools such as Page.setDownloadBehavior which is in fact obsolete
One Like added for the support of automating Firefox
It was already available as a different package fora while now, they jus merged it with the main puppeteer lib
@@SethuSenthil That’s not what happened. The old experimental puppeteer-firefox project was built around custom-patched versions of Firefox. The new first-class support works with real, unpatched Firefox binaries. Both the approach and the implementation are completely different.
Mathias Bynens oh ok, I see what you mean! Thanks for the clarification!
You should make more videos on puppeteer because this one was very helpful! Thank you so much Mathias
What about Playwright? It also declares support Firefox.
Why is everyone creating a new page after launching the browser, the first thing in puppeteer is a new page.
i do: const page = (await browser.pages())[0];
What if you want to open a different page, or multiple pages, they should teach how to do that!, don't you think?
@@kleytman Navigation to a different page has nothing to do with it and handling multiple pages in puppeteer is a 1/100000 situation
We need proper implementation of css physical units like millimeters, centimeters and points! The rounding errors in the current engine make it difficult to design precise PDF files
Very cool :)
when launching a browser, it runs with my installed extension? can I use puppeteer to test my extension?
Nice now we can program proper Browser Game Bots again
the pdf thing is pretty cool
How to scrape particular email content from inbox using puppeteer. Please help me.
Use Google Apps Script instead of Puppeteer.
Thank you.Can you please share us any tutorial related puppeteer using jest ? It will be great help for us.
If you need to use automation for testing purposes you may want to check out Cypress
Handling downloads in Puppeteer is not in a simple or native way, it must be done through expiremental tools such as Page.setDownloadBehavior which is in fact obsolete
Thank you!
05:03 page.$$, page$
How to automate gmail using puppeteer?
Use Google Apps Script instead of Puppeteer.