https://github.com/tomoki171923/docker-selenium-python
Selenium on docker-compose.
https://github.com/tomoki171923/docker-selenium-python
docker-compose selenium-python selenium-webdriver
Last synced: 2 months ago
JSON representation
Selenium on docker-compose.
- Host: GitHub
- URL: https://github.com/tomoki171923/docker-selenium-python
- Owner: tomoki171923
- License: apache-2.0
- Created: 2021-08-25T17:59:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T02:47:03.000Z (over 4 years ago)
- Last Synced: 2025-10-21T10:31:14.245Z (8 months ago)
- Topics: docker-compose, selenium-python, selenium-webdriver
- Language: Python
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-selenium-python
Selenium on docker-compose.
## Build
~~~
docker-compose up --build
~~~
## Install package
~~~
docker-compose run --rm app pipenv install PACKAGE_NAME
~~~
## Run App with Selenium client
~~~
docker-compose up app
~~~
## Start
~~~
docker-compose up
~~~
## Stop & delete
~~~
docker-compose down
~~~
## Reference
Selenium API