Is it possible to run headless Playwright in Workers?
Is it possible to run headless Playwright in Workers?
2 Replies
Hi 👋
You can't run playwright directly in workers, however you can use Browser Rendering (https://developers.cloudflare.com/browser-rendering) with Cloudflare's puppeteer fork to interact with browsers
Just recently they raised the limits to 10 browser instances created/minute, and they have an API that lets you reuse previous sessions
Thank you for your reply! Unfortunately, I'm merely a free-tier user 😦