Getting correct selector using Puppeteer
here’s the HTML code.
puppeteer scraping dynamic content
I’m trying to scrape data from a Looker Studio web page report using Puppeteer in Node.js, but I’m encountering issues because the report is dynamic. When I fetch the data, the body is empty. Here’s