browserbase / quickstart-playwright-js
Clone this repository to get started with Playwright and Browserbase.
README
<br/>
Playwright with Browserbase
Browserbase is the best developer platform to reliably run, manage, and monitor headless browsers.
Get browsers' full control and leverage Browserbase's Infrastructure, Stealth Mode, and Session Debugger to power your automation, test suites, and LLM data retrievals.
Get started in under one minute with Playwright.
Setup
1. Install dependencies
npm install
2. Get your Browserbase API Key and Project ID:
- Create an account or log in to Browserbase
- Copy your API Key and Project ID from the Dashboard
- Create a
.envfile:
cp .env.example .env
- Add your API Key and Project ID to the
.envfile.
3. Run the script:
npm start
