you will need Python3 and Pip3 is installed on your machine.
- https://www.python.org/downloads/
- https://stackoverflow.com/questions/6587507/how-to-install-pip-with-python-3
next download this repo
- git clone https://github.com/DanStach/SeleniumPyExamples
- cd SeleniumPyExamples
Set up the dependencies Mac
- python3 -m venv env
- source env/bin/activate
- pip3 install -r requirements.txt
Windows
- python3 -m venv env
- env\Scripts\activate
- pip3 install -r requirements.txt
install chrome webdriver
- https://developer.chrome.com/docs/chromedriver/downloads
- uncompress and install in same folder as this project
Running code from the command line
- python3 main.py
Reference video with walk through https://www.youtube.com/watch?v=NB8OceGZGjA