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

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

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
```