Docker Selenium Grid for Scalable Browser Automation
docker-selenium packages Selenium Grid into ready-to-run container images for Chrome, Firefox, Edge, and distributed browser execution. It is useful when an agent needs reproducible browser automation infrastructure for testing, scraping, QA, or parallel session orchestration.
What it does
Docker Selenium Grid for Scalable Browser Automation
docker-selenium packages Selenium Grid into ready-to-run container images for Chrome, Firefox, Edge, and distributed browser execution. It is useful when an agent needs reproducible browser automation infrastructure for testing, scraping, QA, or parallel session orchestration.
Installation
Use the upstream install or setup path that matches your environment:
- docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-firefox:4.43.0-20260404
- $ docker run --rm -it -p 4444:4444 -p 5900:5900 -p 7900:7900 --shm-size 2g selenium/standalone-chromium:latest
- make set_containerd_image_store
- Noted: That command is only compatible with Ubuntu. For users use Docker Desktop on macOS, it can be enabled easily via
Requirements and caveats from upstream:
Basic usage or getting-started notes:
-
bash
-
Extracted from upstream docs: https://raw.githubusercontent.com/SeleniumHQ/docker-selenium/HEAD/README.md
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,829 chars)