Skip to content

Releases: SeleniumHQ/docker-selenium

2.53.1 Americium

08 Oct 09:14
Compare
Choose a tag to compare

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.