Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 355 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 355 Bytes

Bots

Various bots for testing web applications

Prerequisites

Download chromedriver and put it in the driver/ directory, e.g. driver/chromedriver

Link: https://chromedriver.chromium.org/

Install

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Run

cd bots
python3 <filename.py>