Edge Computing with Cloudflare Workers
Automate an isolated browser instance with just a few lines of code

Automate an isolated browser instance with just a few lines of code

11/16/2022 · Tanushree Sharma, Trevor Sundberg

What this post added

Introduces the Workers Browser Rendering API, a new capability that allows developers to run browser automation frameworks like Puppeteer directly within Cloudflare Workers. This is achieved by repurposing remote browser isolation technology, providing disposable browser instances secured by gVisor and seccomp profiles. The API simplifies common browser automation tasks such as taking screenshots and performing UI/UX and performance testing, with plans for full Puppeteer support. It integrates with existing Cloudflare services like R2 for storage and Bot Management for abuse prevention.

Read the original post ↗