What’s new in Puppeteer

Поделиться
HTML-код
  • Опубликовано: 11 янв 2025

Комментарии • 22

  • @tripathiabhay1
    @tripathiabhay1 4 года назад +22

    One Like added for the support of automating Firefox

    • @SethuSenthil
      @SethuSenthil 4 года назад

      It was already available as a different package fora while now, they jus merged it with the main puppeteer lib

    • @mathiasbynens
      @mathiasbynens 4 года назад +1

      @@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.

    • @SethuSenthil
      @SethuSenthil 4 года назад

      Mathias Bynens oh ok, I see what you mean! Thanks for the clarification!

  • @bakanndy
    @bakanndy 2 года назад

    You should make more videos on puppeteer because this one was very helpful! Thank you so much Mathias

  • @管斌瑞
    @管斌瑞 4 года назад +7

    What about Playwright? It also declares support Firefox.

  • @NanobyteOnline
    @NanobyteOnline 4 года назад +7

    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];

    • @kleytman
      @kleytman 4 года назад

      What if you want to open a different page, or multiple pages, they should teach how to do that!, don't you think?

    • @NanobyteOnline
      @NanobyteOnline 4 года назад

      @@kleytman Navigation to a different page has nothing to do with it and handling multiple pages in puppeteer is a 1/100000 situation

  • @derek7808
    @derek7808 4 года назад

    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

  • @onecontrol4809
    @onecontrol4809 4 года назад

    Very cool :)
    when launching a browser, it runs with my installed extension? can I use puppeteer to test my extension?

  • @allwhatyouwant
    @allwhatyouwant 4 года назад +1

    Nice now we can program proper Browser Game Bots again

  • @blipojones2114
    @blipojones2114 4 года назад +1

    the pdf thing is pretty cool

  • @bhkt3785
    @bhkt3785 4 года назад

    How to scrape particular email content from inbox using puppeteer. Please help me.

    • @AtlasGroupVideos
      @AtlasGroupVideos 3 года назад

      Use Google Apps Script instead of Puppeteer.

  • @ansumandiptimoy5622
    @ansumandiptimoy5622 4 года назад

    Thank you.Can you please share us any tutorial related puppeteer using jest ? It will be great help for us.

    • @pedrorodriguez2683
      @pedrorodriguez2683 4 года назад

      If you need to use automation for testing purposes you may want to check out Cypress

  • @yicksonramirez8080
    @yicksonramirez8080 4 года назад

    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

  • @oldsku11
    @oldsku11 4 года назад

    Thank you!

  • @domaincontroller
    @domaincontroller 4 года назад

    05:03 page.$$, page$

  • @bhkt3785
    @bhkt3785 4 года назад

    How to automate gmail using puppeteer?

    • @AtlasGroupVideos
      @AtlasGroupVideos 3 года назад

      Use Google Apps Script instead of Puppeteer.