Hacks to 2 major typing test websites: 10fastfingers and typeracer.
If you don't have chromedriver, get it here
Install chromedriver and change the path in -example-.py from : "/Users/*username*/Downloads/chromedriver"
to your chromedriver destination.
Install selenium using pip install selenium
( use virtual environment (recommended) )