How can I use Puppeteer to extract dynamic content from a single-page application?

I’m trying to scrape data from a single-page application that loads content dynamically. How can I use Puppeteer to wait for all dynamic content to load and then extract the required information?

I’m trying to scrape data from a single-page application that loads content dynamically