docker-selenium

Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation

OTHER License

Stars
7.4K
Committers
205

Bot releases are visible (Hide)

docker-selenium - 2.53.1 Americium

Published by ddavison about 8 years ago

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.