An open API service indexing awesome lists of open source software.

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.

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