This repo is a template for the Parallelization Guide.
The processBrowserbaseTasks(tasks)
utility is provided to process multiple Playwright tasks in parallel by leveraging a pool of Browser instances.
npm install
tsc -w
- Create an account or log in to Browserbase
- Copy your API Key and Project ID from your Settings page
BROWSERBASE_PROJECT_ID=xxx BROWSERBASE_API_KEY=xxxx node dist/index.js