Dynamic content is the bane of my existence with puppeteer iso lol. One thing that’s helped me is using `page.setRequestInterception(true)` to block unnecessary resources. Speeds things up and reduces flakiness.
Also, for debugging, I’ve started using `console.log` everywhere. It’s messy, but it works.
Also, for debugging, I’ve started using `console.log` everywhere. It’s messy, but it works.
