Selenium + Python + Docker environment template. This uses chrome driver.
Create .env file:
cp .env.example .envBuild & run container:
docker-compose up --buildRun script:
docker-compose exec app python app.pyYou can use jupyter for test.
- Selenium Driver: http://localhost:4444
- noVNC Server: http://localhost:7900
- default password: secret
This software is released under the MIT License, see LICENSE.