Elasticsearch Load Testing
- Download the chromedriver for Selenium from here. Place it in the same directory as
run.py. - Run
yum update -yto make sure everything is up to date. Reboot if you have any kernel updates. - Install python 3 with
yum install -y python3 - Run
pip3 install seleniumto install selenium
Run python3 run.py for usage information on CentOS.
Run python run.py for usage information on Windows.
Version
Section titled “Version”I built and tested using Python v3.8.0 on Windows 10.