Is it possible to run headless Playwright in Workers?

Is it possible to run headless Playwright in Workers?
2 Replies
DaniFoldi
DaniFoldi•2mo ago
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
Brandon Studio
Brandon StudioOP•2mo ago
Thank you for your reply! Unfortunately, I'm merely a free-tier user 😦

Did you find this page helpful?