Browser Automation - Puppeteer NodeJS p.1

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

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

  • @ConsulthinkProgrammer
    @ConsulthinkProgrammer 4 года назад +3

    I think you are really genius, it must be a bunch of experience--try and error--in that intuitive and logic thinking skill that You have now. You just.. OP. Thank's Sir.

  • @omarjanuyghur1093
    @omarjanuyghur1093 2 года назад +1

    The best teaching videos of the month, this is the one I am looking for a week. thanks a lot!!!! GOD bless you and hope GOD gives you more power and more health and more wealth, cause in this world good people never have power and less have wealth....

  • @mosheh82
    @mosheh82 3 года назад +1

    Great video and explaination! Thank you

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

    Thats great! Your videos are so simply explained. After 20 odd minutes of ur video I feel like I have learned something new and sleep better 😄👍
    Keep doing great work

  • @findthetruth3021
    @findthetruth3021 4 года назад +2

    You are amazing bro

  • @spontaneousjr.8351
    @spontaneousjr.8351 3 года назад +1

    Thanks for so good explanation

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

    Awesome video, tanks, waiting for the next video!!!

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

    I'm very used to use selenium to do that but I I wanted to learn a little bit about puppeteer awesome!

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

    I'm going to give this a try when the school year ends. I was doing browser stuff with Python, but lately the libraries, modules and paths have gotten messed up. This looks like a better option.

  • @dlsgamer13
    @dlsgamer13 4 месяца назад

    genius 🙏

  • @Dekar0s
    @Dekar0s 2 года назад +2

    Hi! Quick question,
    What if my element doesn't have an id?

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

      Did u find how? Im still stuck with that :/

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

      @@jakahst I think its not possible with Puppeteer. What I did was move towards Python (Selenium) and then I realized it was going to be too much and hired a freelancer.

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

    dear sir, kindly give us the seperate link of all github videos because i am not able to find my relevent code . thanks

  • @chrisder1814
    @chrisder1814 5 месяцев назад

    Hello, I would like to do automatic SEO but I am not sure that my ideas are good, could you help me understand how to do it correctly?
    Could you help me understand what I could get if I use n8n and what I could get if I use BAS?

  • @markanthonypadin608
    @markanthonypadin608 Год назад

    I thought the reason there is no node found is because you miss the div, can you explain to me why the div was skipped?

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

    Please make more videos on Puppeteer, please do

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

    Please help to find way for scraping without get blocked

  • @Tony-jr3ki
    @Tony-jr3ki 3 года назад

    Hey! What if the object we want to click on has only a class?
    For example, I have a set of buttons that I want to click through and they all belong to one class but don't have an id.
    And what if I want to add a timeout after each click?

    • @jakahst
      @jakahst 2 года назад +1

      Did u find the answer? im stack with that :/

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

    What should I do if the web page dosent have id's?

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

    how can i do web scrapping on different browser session ,which will not share the cache and cookies

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

      It's using a different browser session by default.

  • @MeysamKianiii
    @MeysamKianiii Год назад

    Man ... I can kiss you right now you saved my life ... Thank you

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

    Hi can you make web scrape text and save to workbook or CSV thanks

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

    Hi man, I've been in the last days searching for a solution.. and I just can't find it, maybe you could help.
    I'm trying to scrape some information(and it's working) with node.js, but when a try to do an alert() to my html it doesn't work, I've already use browserify but it still doesn't work.. please help

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

      alert what? There is no alert in Node, it's not a browser.

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

    Man how many channels you got? I probably have seen all of your google sheets videos.

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

      related to this stuff 2 channels

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

      @@getitdonetube Keep it coming. I like your style. You run us through the documentation which is an awesome thing.

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

    Hi Get __it Done!,
    *Great Vid!* Thanks for the upload and sharing!
    I really like how you included the Errors :-)
    As we all learn more with mistakes and how to fix them.
    Every line of code made sense with the exception of code lines
    11 and 12?
    Would you mind going through your
    thought processes on why you picked
    those methods and why?
    There are so many methods to choose from?
    and
    finding the "right fit" method
    can take a long time.
    Lastly,
    If you were to write your code again?
    How would you do it differently?

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

      The issue is partially loaded content on the page. When we click on the button JavaScript loads partial data on the page that is not originally a part of that page. Since loading takes time we need to wait for that to happen before we try clicking on newly loaded elements. Therefore we waitFor those elements to load and then we click.

  • @arlife69-neo89
    @arlife69-neo89 3 года назад

    i love u

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

    Thanks for share your awesome, please can you try to explain Bootstrap from scratch.