Sign inSign up

selenium/standalone-chromium

Sponsored OSS

By Selenium

Updated about 11 hours ago

Selenium Grid in Standalone mode with Chromium

Image
Integration & delivery
Monitoring & observability
8

5M+

selenium/standalone-chromium repository overview

Selenium Grid Standalone with Chromium

This image provides a Selenium Grid Standalone with Chromium, which enables you to run WebDriver tests remotely.

How to run this image

  1. Start a Standalone Chromium
docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chromium:latest
  1. Point your WebDriver tests to http://localhost:4444

  2. That's it!

  3. (Optional) To see what is happening inside the container, head to http://localhost:7900/?autoconnect=1&resize=scale&password=secret.

  • When executing docker run for an image that contains a browser please use the flag --shm-size=2g to use the host's shared memory.

  • The example above uses latest as a tag, but we recommend to full tag to pin a specific browser and Grid version. Please see Tagging Conventions for details.

How to choose the correct tag for you

The tag structure is as follows:

selenium/standalone-chromium-<Major>.<Minor>.<Patch>-<YYYYMMDD>

Also with browser version and browser driver version

selenium/standalone-chromium-<browserVersion>-<browserDriver>-<browserDriverVersion>-<Major>.<Minor>.<Patch>-<YYYYMMDD>

Plus all the permutations from the above one

Example of a release with Chromium 152, ChromeDriver 152.0 and Selenium Grid Server 4.48.0, released on 20260909
    Chromium 152.0
    ChromeDriver 152.0
    Selenium Server 4.48.0
    Release date 20260909


2cef49b284b5   selenium/standalone-chromium   152.0
2cef49b284b5   selenium/standalone-chromium   152.0-20260909
2cef49b284b5   selenium/standalone-chromium   152.0-chromedriver-152.0
2cef49b284b5   selenium/standalone-chromium   152.0-chromedriver-152.0-20260909
2cef49b284b5   selenium/standalone-chromium   152.0-chromedriver-152.0-grid-4.48.0-20260909
2cef49b284b5   selenium/standalone-chromium   152.0.7977.75
2cef49b284b5   selenium/standalone-chromium   152.0.7977.75-20260909
2cef49b284b5   selenium/standalone-chromium   152.0.7977.75-chromedriver-152.0.7977.75
2cef49b284b5   selenium/standalone-chromium   152.0.7977.75-chromedriver-152.0.7977.75-20260909
2cef49b284b5   selenium/standalone-chromium   152.0.7977.75-chromedriver-152.0.7977.75-grid-4.48.0-20260909
2cef49b284b5   selenium/standalone-chromium   4
2cef49b284b5   selenium/standalone-chromium   4.48
2cef49b284b5   selenium/standalone-chromium   4.48.0
2cef49b284b5   selenium/standalone-chromium   4.48.0-20260909

With that, you can use any of the different tags to get the most recent release in a simplified way.

Full documentation

The Docker-Selenium project in GitHub has an extensive README that will help you find the correct way to get this images up and running for your use case.

License

The project is made possible by volunteer contributors who have put in thousands of hours of their own time, and made the source code freely available under the Apache License 2.0.

Tag summary

Content type

Image

Digest

sha256:08fd29364

Size

958.3 MB

Last updated

about 16 hours ago

docker pull selenium/standalone-chromium

This week's pulls

Pulls:

149,362

Last week