Skip to content

momer/docker-selenium-hub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important Note

Official Docker containers made in conjunction with the Selenium team are available at:

Docker image for Selenium Hub

Install

Either git pull and build this docker image yourself, or pull down the version you need from the docker index.

$ sudo docker pull momer/docker-selenium-hub:1.0.0

(note: Replace 1.0.0 with up-to-date version if any, check DockerHub page for more info about this image)

Start

This was designed to work with MaestroNG. You can either set your container to use that, or, start this container by passing the necessary environment variables:

$ SELENIUM_CONTAINER=$(sudo docker run -e "SELENIUM_HUB_PORT=4444" -e "SELENIUM_HUB_TIMEOUT=300000" -e "SELENIUM_HUB_MAX_SESSION=15" -p 4444:4444 -d momer/selenium:`version`)

Selenium hub is now available on port 4444 at the host and container.

About

docker image for selenium server with headless firefox

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.4%
  • Python 46.6%