https://github.com/null-none/docker-python-selenium
A docker image for selenium in python.
https://github.com/null-none/docker-python-selenium
docker python selenium selenium-webdriver
Last synced: about 1 year ago
JSON representation
A docker image for selenium in python.
- Host: GitHub
- URL: https://github.com/null-none/docker-python-selenium
- Owner: null-none
- Created: 2022-03-27T15:23:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T17:30:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T09:28:37.127Z (about 1 year ago)
- Topics: docker, python, selenium, selenium-webdriver
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-python-selenium
A docker image for selenium in python.
Including python3, selenium, selenium-requests, xvfb, xvfbwrapper, firefox, geckodriver, and requests.
Based on alpine.
## Clear
```bash
docker system prune -a
docker volume prune
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker rmi $(docker images -a -q)
```
## Usage
```bash
docker-compose up
```