Docker image for running selenium automation using python.
A Debian 10 + Python 3.7 + Selenium 3.141 base image to run selenium python automation using docker. The support for following browsers is added:
- Chrome:
- Version: Google Chrome 78.0.3904.97
- Firefox:
- Version: Mozilla Firefox 65.0
The repository for selenium python sample test example python-ui-automation
- python-selenium-browsers:latest
- Chrome (Version: Google Chrome 78.0.3904.97)
- Firefox (Version: Mozilla Firefox 65.0)
- python-selenium-browsers:1.0.1
- Chrome (Version: Google Chrome 78.0.3904.97)
- Firefox (Version: Mozilla Firefox 65.0)
- python-selenium-browsers:1.0.0:
- Chrome (Version: Google Chrome 78.0.3904.97)
- Firefox (Not Installed)
Please feel free to contribute more browsers and versions support using pull requests. Iam also open for discussion on issues and fix them accordingly.