https://github.com/benhoff/comp671_team3
https://github.com/benhoff/comp671_team3
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benhoff/comp671_team3
- Owner: benhoff
- Created: 2020-01-27T13:39:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:32:32.000Z (over 3 years ago)
- Last Synced: 2025-02-13T20:14:05.715Z (over 1 year ago)
- Language: Python
- Size: 34.2 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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