/bots

Various bots for testing web applications

Primary LanguageGo

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>