Browser Automation - Puppeteer NodeJS p.1

  Рет қаралды 24,633

Get __it Done!

Get __it Done!

Күн бұрын

Пікірлер: 40
@ConsulthinkProgrammer
@ConsulthinkProgrammer 4 жыл бұрын
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 жыл бұрын
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 жыл бұрын
Great video and explaination! Thank you
@apoorvpurohit9513
@apoorvpurohit9513 4 жыл бұрын
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
@getitdonetube
@getitdonetube 4 жыл бұрын
Great to hear!
@spontaneousjr.8351
@spontaneousjr.8351 3 жыл бұрын
Thanks for so good explanation
@Zinberry
@Zinberry 4 жыл бұрын
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.
@robertofgama2
@robertofgama2 4 жыл бұрын
Awesome video, tanks, waiting for the next video!!!
@getitdonetube
@getitdonetube 4 жыл бұрын
Thanks. Part 2 will be up tomorrow.
@findthetruth3021
@findthetruth3021 4 жыл бұрын
You are amazing bro
@Dekar0s
@Dekar0s 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.
@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!
@getitdonetube
@getitdonetube 3 жыл бұрын
Great!
@srikanthracharla420
@srikanthracharla420 4 жыл бұрын
Please make more videos on Puppeteer, please do
@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 6 ай бұрын
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?
@dlsgamer13
@dlsgamer13 5 ай бұрын
genius 🙏
@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?
@ebin98
@ebin98 4 жыл бұрын
Please help to find way for scraping without get blocked
@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.
@jakahst
@jakahst 2 жыл бұрын
What should I do if the web page dosent have id's?
@ctkqiang
@ctkqiang Жыл бұрын
Use selector
@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 жыл бұрын
Did u find the answer? im stack with that :/
@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
@spicer41282
@spicer41282 4 жыл бұрын
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.
@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.
@nightsoul9855
@nightsoul9855 4 жыл бұрын
Hi can you make web scrape text and save to workbook or CSV thanks
@getitdonetube
@getitdonetube 3 жыл бұрын
yes, it's covered in next parts.
@luiscorado2868
@luiscorado2868 4 жыл бұрын
Thanks for share your awesome, please can you try to explain Bootstrap from scratch.
@getitdonetube
@getitdonetube 4 жыл бұрын
I'll try.
@arlife69-neo89
@arlife69-neo89 3 жыл бұрын
i love u
Web Scraping to Excel Spreadsheet - Puppeteer NodeJS p.2
11:02
Get __it Done!
Рет қаралды 15 М.
How to Automate Browser Tasks with JavaScript
8:54
edutechional
Рет қаралды 209 М.
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Get Started with Headless Chrome and Puppeteer
15:26
Jarrod Overson
Рет қаралды 57 М.
Puppeteer: Headless Automated Testing, Scraping, and Downloading
1:26:20
Steve Griffith - Prof3ssorSt3v3
Рет қаралды 28 М.
Puppeteer on Cloud Functions
9:12
Fireship
Рет қаралды 47 М.
What’s new in Puppeteer
8:20
Chrome for Developers
Рет қаралды 19 М.
Automated Form Submissions with Chrome Puppeteer & NodeJS
23:22
Front-end Testing with Kevin
Рет қаралды 71 М.