---
title: "Deploy Selenium Grid"
description: "Chrome, Firefox and Edge connected by a Selenium Hub. Deployed with ease."
category: "Automation"
url: https://railway.com/deploy/NG8OnB
---

# Deploy Selenium Grid

Chrome, Firefox and Edge connected by a Selenium Hub. Deployed with ease.

**[Deploy Selenium Grid on Railway](https://railway.com/template/NG8OnB)**

Machine-readable deploy manifest (JSON, validated by TemplateCI): https://railway.com/deploy/NG8OnB/manifest.json

- **Creator:** bam's Projects
- **Category:** Automation
- **Total deploys:** 99

## Template content

### firefox-node

- **Image:** selenium/node-firefox

### chrome-node

- **Image:** selenium/node-chrome

### selenium-hub

- **Image:** selenium/hub:latest
- **Public domain:** Yes

### edge-node

- **Image:** selenium/node-edge

## Documentation

## Selenium Grid with Chrome, Firefox and Edge

![Standalone Grid Example](https://link.storjshare.io/jw4emervo5ex345yz4zuf4nacrlq/readme-photos%2Fseleniumgrid%2Fselenium-grid-example.png?view=1)

### Overview

[Selenium Grid](https://www.selenium.dev/documentation/grid/) allows you to run tests in parallel with the execution of WebDriver scripts on remote machines by routing commands sent by the client to remote browser instances.

### Highlights

- Run all 3 major browsers with just a few clicks to be using the Selenium grid for your tests in minutes.
- Run your tests in parallel to speed up total testing time.
- Running on Railway gives you the ability to have a public selenium grid URL in a matter of no time.
- SSL/TLS encryption certificate by default

### How To Use
- After deploying, just add the generated **up.railway.app** URL in your selenium tests as the remote web driver URL and you'll be ready to test!
- `RemoteWebDriver(new URL("https://CHANGEME.up.railway.app/")`

### Learn More

- [Selenium.dev website](https://www.selenium.dev/)
- [Selenium-docker github repo](https://github.com/SeleniumHQ/docker-selenium)
- [LICENSE](https://github.com/SeleniumHQ/docker-selenium/blob/trunk/LICENSE.md)

---

<a href="https://www.buymeacoffee.com/bamtech"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-green.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;"></a>


## Similar templates

- [N8N Main + Worker](https://railway.com/deploy/n8n-main-worker) — Deploy and Host N8N with Inactive worker.
- [Evolution API with n8n](https://railway.com/deploy/evolution-api-with-n8n) — Automate WhatsApp workflows with Evolution API, n8n, and Postgres.
- [Postgres Backup](https://railway.com/deploy/postgres-s3-backups) — Cron-based PostgreSQL backup to bucket storage

Open this page in a browser: https://railway.com/deploy/NG8OnB
