Releases: SeleniumHQ/docker-selenium
Releases · SeleniumHQ/docker-selenium
Selenium 3.0.1 Aluminum
- Handle environment vars. with space properly :: Stig Kleppe-Jørgensen
- Merge pull request #316 from stigkj/handle_env_vars_with_space :: GitHub
- Update chrome driver version :: GitHub
- Update chrome driver version. :: GitHub
- Merge pull request #324 from joaoluizjoaquim/master :: GitHub
- first 3.0.1 release :: Daniel Davison
Selenium 3.0 Dubnium
- remove remote_host param; prepare dubnium :: Daniel Davison
- replace hub with actual node host and port. oops :: Daniel Davison
Selenium 3.0 Cerium
Closed #305: Upgrade to GeckoDriver 0.11.1
Selenium 3.0 Berkelium
Selenium 3.0 Initial Release!
We've released Selenium 3.0!
Actinium is the initial release for the docker images using Selenium version 3.0.
2.53.1 Beryllium
Added the ability to specify a Firefox version on build-time of any NodeFirefox images (NodeFirefox, NodeFirefoxDebug, StandaloneFirefox StandaloneFirefoxDebug)
Please see Building your own images for more information
2.53.1 Americium
Moved creation of config.json into entry_point.sh so the config is created each time.
This will allow you to specify
$ docker run -d -e NODE_MAX_INSTANCES=5 -e NODE_MAX_SESSION=5
on both selenium/node-chrome and selenium/node-firefox.