Does cloudflare browser rendering support aspx pages? I'm getting a `__doPostBack is not defined` er
Does cloudflare browser rendering support aspx pages? I'm getting a
__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?