https://github.com/juusechec/docker-firefox-headless-selenium-python
Docker container with python and selenium with firefox
https://github.com/juusechec/docker-firefox-headless-selenium-python
docker-image
Last synced: 11 months ago
JSON representation
Docker container with python and selenium with firefox
- Host: GitHub
- URL: https://github.com/juusechec/docker-firefox-headless-selenium-python
- Owner: juusechec
- Created: 2017-09-27T19:08:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T08:13:07.000Z (over 8 years ago)
- Last Synced: 2025-04-21T05:42:30.196Z (about 1 year ago)
- Topics: docker-image
- Language: Python
- Homepage: https://hub.docker.com/r/juusechec/firefox-headless-selenium-python/
- Size: 6.84 KB
- Stars: 9
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firefox-headless-selenium-python
Create container:
```sh
docker run -p 4444:4444 -p 5900 -d . --name firefox-headless-selenium-python
docker exec firefox-headless-selenium-python bash
```
With docker compose:
```sh
docker-compose exec selenium python3 /app/scripts/example_test.py
vinagre localhost:5900 # pass 'secret'
```
In docker hub https://hub.docker.com/r/juusechec/firefox-headless-selenium-python
## Referencias
- https://intoli.com/blog/running-selenium-with-headless-firefox/
- https://github.com/SeleniumHQ/docker-selenium/tree/master/StandaloneFirefox
- https://github.com/vvo/docker-selenium-firefox-chrome-beta