In this guide, we’ll cover the basics of using Browserbase. By the end, you’ll run your first browser session and have a basic understanding of how to use Browserbase.
First, you need to sign up for a Browserbase account. The free plan includes:
The Overview Dashboard is the first page you’ll see when you log in to Browserbase and click into a project. It gives you a quick overview of your browser sessions, usage, and status for that project.
On the overview page, you’ll find:
Next, you’ll go to the Playground, which provides a quick way to try Browserbase directly in your browser. It’s a great way to get started and see how Browserbase works.
After completing a session in the Playground, click the “View Session” button to open the Session Inspector.
You can use the Session Inspector to watch sessions in real-time, view replays, or inspect the session logs.
You can always find a list of your sessions in the Sessions tab. From there, you can access the Session Inspector for any session.
If you know your session ID, you can also access the Session Inspector by navigating to https://www.browserbase.com/sessions/[session-id]
.
Running your first session in the Playground is a great way to get started. However, you’ll likely want to integrate Browserbase into your own codebase.
The first step is to select a browser automation framework you’ll want to use to control the browser. Browserbase supports all popular frameworks. As well as many integrations with popular tools.
Choose the framework that best matches your needs and follow the framework-specific quick start guide to get a Browserbase project setup in your local development environment.
If you’re not sure which framework to use, Stagehand is recommended as it’s built and maintained by the Browserbase team.
Recommended for AI-Native Workflows
Recommended for Traditional Automation
Recommended for Puppeteer Users
Recommended for Selenium Users
Director is the application to turn ideas into workflows. It allows you to use plain English to describe a task you want to automate. It performs the task for you and generates the corresponding code, giving you a ready-to-use script without having to write all the code from scratch.
If you have minimal coding experience or simply want to create a working script as quickly as possible, we recommend starting with Director.