There are some categories that only show the phone number when opening the company's URL, how should it be done in this case?
@kaiser94exodus8910 ай бұрын
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
@t14armataa8 ай бұрын
Very informative video.How do you scrape text from a modal popup
@MichaelKitas8 ай бұрын
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
@t14armataa8 ай бұрын
@@MichaelKitas Thanks man that pop-up window was giving me a headache
@lionwild195210 ай бұрын
can you explain how to use xpath on latest version in puppeteer ? pls
@MichaelKitas7 ай бұрын
Here is an example: await page.click('xpath=//input[@id="search-input"]');
@elinardosilva381210 ай бұрын
google maps updated and not show phone. have to click in the box. i will try fix your script to do this. thanks
@MichaelKitas10 ай бұрын
Are you sure? I still see the phone number without extra steps. Are you visiting the same url format?
@brunoborges75865 ай бұрын
Did you find a solution?
@wandersonbaldacine7 ай бұрын
Have you succeeded in creating a solution that extracts both the images and all the reviews?
@MichaelKitas7 ай бұрын
Haven’t tried doing that yet, but it seems very feasible
@riskaaulia794410 ай бұрын
Hai why i still cant bypass cloudfire using puppeter stalht :(