Various bots for testing web applications
Download chromedriver
and put it in the driver/
directory, e.g. driver/chromedriver
Link: https://chromedriver.chromium.org/
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
cd bots
python3 <filename.py>