Browser Rendering Test Feature for Free workers when
Browser Rendering Test Feature for Free workers when


__doPostBack is not defined error when running puppeteer in browser rendering. I tried the same code in local puppeteer on node, and it works just fine. The page loads fine on both, a screenshot of the page looks the same on both. I also used puppeteer verison 17 locally, since that's the version that @cloudflare/puppeteer is forked from. Still not working. Any thoughts?Page.waitForFunction() to return a truthy value https://pptr.dev/api/puppeteer.page.waitforfunction__doPostBack will not be instantaneous.waitUntil set to loadawait page.waitForFunction(() => typeof window.__doPostBack === 'function');networkidle0 actually yeahTimeoutError: waiting for function failed: timeout 30000ms exceededawait page.goto('https://google.com', { waitUntil: 'load' });