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.
- Host: GitHub
- URL: https://github.com/browserbase/quickstart-selenium-js
- Owner: browserbase
- License: mit
- Created: 2024-04-24T12:31:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-17T02:28:59.000Z (about 1 month ago)
- Last Synced: 2026-03-17T14:22:58.883Z (about 1 month ago)
- Topics: headless-chrome, selenium, selenium-javascript, selenium-webdriver
- Language: TypeScript
- Homepage: https://docs.browserbase.com
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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)