https://github.com/vietdien2005/selenium-hub-docker
Docker Compose of Selenium Hub with Node Chrome, Firefox
https://github.com/vietdien2005/selenium-hub-docker
chrome docker docker-compose firefox python selenium-hub selenium-python selenium-webdriver
Last synced: 5 months ago
JSON representation
Docker Compose of Selenium Hub with Node Chrome, Firefox
- Host: GitHub
- URL: https://github.com/vietdien2005/selenium-hub-docker
- Owner: vietdien2005
- License: mit
- Created: 2018-01-30T06:11:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T07:31:13.000Z (over 4 years ago)
- Last Synced: 2025-04-07T14:18:49.114Z (about 1 year ago)
- Topics: chrome, docker, docker-compose, firefox, python, selenium-hub, selenium-python, selenium-webdriver
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Selenium Hub Docker
- Docker Compose of Selenium Hub with Node Chrome, Firefox
## Running
Command:
```
docker-composer up -d
```
## Test & Sample Code with Python
Install packages with pip:
```
pip install selenium
```
Command Run:
```
python tests/test_selenium.py
```