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.txtAlternatively, we suggest using uv to manage your dependencies.
uv synccp .env.example .env- Create an account or log in to Browserbase
- Copy your API Key from your Settings page into the
.envfile
python main.py # or uv run python main.py