Has anyone successfully automated ISO testing with Puppeteer? Tips and challenges with Puppeteer ISO?

18 Replies, 1736 Views

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.

Messages In This Thread



Users browsing this thread: 1 Guest(s)