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

https://github.com/benhoff/comp671_team3


https://github.com/benhoff/comp671_team3

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

To run the demos:

0. Follow the instructions here: https://selenium-python.readthedocs.io/installation.html

The steps I took:

```bash
$ git clone https://github.com/benhoff/COMP671_Team3
$ cd COMP671_Team3
$ python3 -m venv venv
$ source venv/bin/active
$ pip install selenium
```

1. Download the [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads)

2. unzip the chromedriver

3. Add the chromedriver to your path. I just edited the `venv/bin/activate` script to add the directory location of the chromedriver to the path