Hello, I'm trying to use Browser Rendering to replace a puppeteer ec2 instance, and one difference I
Hello, I'm trying to use Browser Rendering to replace a puppeteer ec2 instance, and one difference I've noticed is that in Cloudflare the scrollbars are getting captured when taking a screenshot. I don't see any options or differences from the ec2 side that is different, except for manually setting
headless: true in the browser creation in ec2. But from what it looks like Cloudflare should be defaulting headless. Has anyone seen this issue and found a way to work around it? I'm logging out the browser version and seeing Chrome/120.0.6099.321 , so maybe it's not headless (or it could be "new" headless, we're likely using old headless on ec2). Update I was able to hack this by using an evaluate call to set overflow hidden on html, but would love a better solution.