Thank you for the course, I am advising you to take voice over courses or try to spell your words more often. There are free udemy courses for it but you don't need them
Hello, if you mean like a child window that opens on a website, here is an example on how you would interact with it: Handle the New Popup Window: Once the popup opens, you need to catch this new window object. const newPagePromise = new Promise(x => browser.once('targetcreated', target => x(target.page()))); const popup = await newPagePromise; await popup.waitForSelector('#popupContent'); // Replace '#popupContent' with the selector inside the popup
Please make more tools of web scraping ❤
how we can scrap all data without scrolling down?
There are some categories that only show the phone number when opening the company's URL, how should it be done in this case?
Thank you for the course, I am advising you to take voice over courses or try to spell your words more often. There are free udemy courses for it but you don't need them
Very informative video.How do you scrape text from a modal popup
Hello, if you mean like a child window that opens on a website, here is an example on how you would interact with it:
Handle the New Popup Window: Once the popup opens, you need to catch this new window object.
const newPagePromise = new Promise(x => browser.once('targetcreated', target => x(target.page())));
const popup = await newPagePromise;
await popup.waitForSelector('#popupContent'); // Replace '#popupContent' with the selector inside the popup
@@MichaelKitas Thanks man that pop-up window was giving me a headache
can you explain how to use xpath on latest version in puppeteer ? pls
Here is an example:
await page.click('xpath=//input[@id="search-input"]');
google maps updated and not show phone. have to click in the box. i will try fix your script to do this. thanks
Are you sure? I still see the phone number without extra steps. Are you visiting the same url format?
Did you find a solution?
Have you succeeded in creating a solution that extracts both the images and all the reviews?
Haven’t tried doing that yet, but it seems very feasible
Hai why i still cant bypass cloudfire using puppeter stalht :(
Going to make a video on that soon 👍
github ??
github.com/michaelkitas/Google-Maps-Leads-Scraper-Puppeteer