Browserbase is the developer platform for reliable browser automation. Get complete control over headless browsers and leverage Browserbase's powerful features:
- 🚀 Cloud Infrastructure - Scalable, reliable browser infrastructure
- 🕵️ Stealth Mode - Undetectable browser automation
- 🔍 Session Debugger - Debug and replay browser sessions
Perfect for web automation, testing, and data collection.
Get started in under one minute with Selenium.
pip install -r requirements.txt
Alternatively, we suggest using Poetry to manage your dependencies.
poetry install
cp .env.example .env
- Create an account or log in to Browserbase
- Copy your API Key and Project ID from your Settings page into the
.env
file
python main.py # or poetry run python main.py