Start your first Session with Selenium
Get started with a Selenium Node.js template
Clone this GitHub repo to start using Browserbase with Selenium in Node.
Get started with a Selenium Python template
Clone this GitHub repo to start using Browserbase with Selenium in Python.
Get your API Key
Go over the Dashboard’s Settings tab:
Copy your API Key and Project ID from the input fields, then update your .env file by adding entries for BROWSERBASE_API_KEY
and BROWSERBASE_PROJECT_ID
.
Alternatively, you can temporarily set the environment variables for a single bash command by prefixing it with BROWSERBASE_API_KEY=<your_api_key> BROWSERBASE_PROJECT_ID=<your_project_id>
in your terminal.
Install Selenium
Update your code or clone a template
Running your existing code with Browserbase only requires a few line changes:
BROWSERBASE_API_KEY
and BROWSERBASE_PROJECT_ID
environment variables to the values you copied from the Dashboard.Inspect the completed Session
You can find all the recent sessions on the Dashboard’s Overview, along with essential metrics:
Select your Session to inspect it with the Session Inspector.