An open API service indexing awesome lists of open source software.

https://github.com/browserbase/quickstart-selenium-js

Clone this repository to get started with Selenium and Browserbase.
https://github.com/browserbase/quickstart-selenium-js

headless-chrome selenium selenium-javascript selenium-webdriver

Last synced: 11 days ago
JSON representation

Clone this repository to get started with Selenium and Browserbase.

Awesome Lists containing this project

README

          




Browserbase logo


Documentation
 · 
Playground



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

Get browsers' complete control and leverage Browserbase's
[Infrastructure](https://docs.browserbase.com/), [Stealth Mode](https://docs.browserbase.com/features/stealth-mode), and
[Session Debugger](https://docs.browserbase.com/features/session-recording#session-recording) to power your automation, test suites,
and LLM data retrievals.

**Get started in under one minute** with Selenium.

## Setup

### 1. Install dependencies:

```bash
npm install
```

### 2. Get your Browserbase API Key:

- [Create an account](https://www.browserbase.com/sign-up) or [log in to Browserbase](https://www.browserbase.com/sign-in)
- Copy your API Key [from your Settings page](https://www.browserbase.com/settings)

### 3. Run the script:

```bash
npm start
```

## Further reading

- [Learn more about Browserbase infrastructure](https://docs.browserbase.com/introduction/what-is-browserbase)
- [Explore the Sessions API](https://docs.browserbase.com/api-reference/list-all-sessions)