/quickstart-playwright-python

Clone this repository to get started with Playwright and Browserbase.

Primary LanguagePythonMIT LicenseMIT

Browserbase logo

Documentation  ·  Playground


Playwright with Browserbase

Introduction

Browserbase is the best developer platform to reliably run, manage, and monitor headless browsers.

Get browsers' complete 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

pip install -r requirements.txt

2. Get your Browserbase API Key:

3. Run the script:

BROWSERBASE_API_KEY=xxxx python main.py

Further reading