Skip to content

Experimental multi-arch Docker images for the Selenium Grid Server

License

Notifications You must be signed in to change notification settings

sj26/docker-selenium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. 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
  1. Point your WebDriver tests to http://localhost:4444/wd/hub

  2. That's it!

To inspect visually the browser activity, see the Debugging section for details.

Standalone

Firefox Firefox

$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm seleniarm/standalone-firefox

Chromium Chromium

$ docker run -d -p 4444:4444 -v /dev/shm:/dev/shm seleniarm/standalone-chromium

About

Experimental multi-arch Docker images for the Selenium Grid Server

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 44.7%
  • Dockerfile 21.3%
  • Python 20.6%
  • Makefile 13.4%