devtools

Docker Selenium

Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Container Platform, making it easier to perform browser automation at scale
8,651 stars2,550 forksGoUpdated 9/6/2026100% free · open source
What it does

Runs a full Selenium Grid (Hub + Chrome, Firefox, Edge nodes) inside Docker containers so you can scale browser‑automation tests without installing browsers locally.

When to use it
  • You need to run automated UI tests in CI/CD pipelines and want a reproducible, isolated browser environment.
  • Your QA team needs to spin up multiple browsers in parallel for load testing a web app.
  • You want to run Selenium tests on a machine that lacks GUI support (e.g., headless Linux server).
Ready-to-paste prompt
docker run -d -p 4444:4444 --shm-size="2g" selenium/standalone-firefox && curl http://localhost:4444/status
Heads up: Chrome and Edge containers require the `--shm-size` flag (at least 2 GB) or they will crash with “Failed to allocate shared memory” errors; default Docker memory limits can also cause out‑of‑memory failures under load.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

⚡ Runs out of the box

A prompt/skill package — nothing to install beyond adding it to your AI tool.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/docker-selenium && curl -fsSL https://workflowstacks.com/api/skills/docker-selenium/claude-skill -o ~/.claude/skills/docker-selenium/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Docker Selenium works
Codeflow
Free to inspect

Docker Selenium is mostly documents (2867 doc files, 95 small scripts) — something you read, not something you run. There is nothing to install. Last commit this month, Other license.

Size
Mostly documents
2867 documents · 95 small scripts · days to read — use, don't read
Setup
Nothing to install
A guide / curated list. Just read it and follow the links.
Runs on
Nowhere — you read it
A reading resource, not a program.
Go 34%Python 25%Shell 22%Makefile 9%Go Template 5%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
What's in each folder
docs/Documentation33 files
CHANGELOG/archived/Archived / older material2604 files
CHANGELOG/4.48.0/Folder195 files
charts/Folder96 files
kubernetes/Folder17 files
Video/Folder14 files
NodeBase/Folder11 files
NodeChrome/Folder9 files
READMEHas testsDocumentedCI checksOther licenseUpdated this month
Quick Actions
Details
Creator
SeleniumHQ
Language
Go
Category
devtools
Published
11/17/2014

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.

Show it off in your README:

Featured on WorkflowStacks
[![Featured on WorkflowStacks](https://workflowstacks.com/api/badge/docker-selenium.svg)](https://workflowstacks.com/skills/docker-selenium?utm_source=github&utm_medium=badge)
🔥 Hot this week, in your inbox
Skills like this, every Monday.

The five fastest-growing open-source AI skills, ranked by GitHub star growth. One email a week, unsubscribe anytime.

Do this with a working workflow

Pages we wrote and tested that put a skill like this to work — importable n8n templates, outcome guides and Claude Desktop configs.