Has Anyone Successfully Automated ISO Testing with Puppeteer ISO? Tips and Challenges?

18 Replies, 1223 Views

Puppeteer ISO is great for browser automation, but ISO testing? Not so much. I’d suggest looking into Postman for API testing—it’s way easier to set up and doesn’t have the same timing issues.

If you’re set on Puppeteer ISO, try using `page.waitForFunction` to handle some of the ISO-specific logic. Also, make sure you’re running it in headless mode—it’s way more stable that way.

Messages In This Thread



Users browsing this thread: 1 Guest(s)