Awesome
Multi-arch Docker images for the Selenium Grid Server
This is a fork of the official selenium docker images with highly experimental multi-arch support for Chromium and Firefox.
Quick start
- Start a Docker container with Firefox
$ docker run -d -p 4444:4444 --shm-size 2g seleniarm/standalone-firefox
# OR
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm seleniarm/standalone-firefox
-
Point your WebDriver tests to http://localhost:4444/wd/hub
-
That's it!
To inspect visually the browser activity, see the Debugging section for details.
Standalone
Firefox
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm seleniarm/standalone-firefox
Chromium
$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm seleniarm/standalone-chromium