Extra wont work. As it extends puppeteer just like cf does. One would need to modify it for cf
Extra wont work. As it extends puppeteer just like cf does. One would need to modify it for cf


__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');await page.goto('https://google.com', { waitUntil: 'load' });