1.6.1
Bug fixes
- When running against a local Selenium server, sending file names for upload would cause an infinite loop. (#51)
- The adm-zip dependency used for generating ZIP files was generating invalid ZIP files. It has been replaced with a different dependency. (#52)
- Bugs in ChromeDriver 2.10–2.19 that caused test suite failures are now worked around, so the test suite passes against current versions of ChromeDriver once again. (cecdc2f)
Install from npm
cd /my/project/root
npm install leadfoot --save-dev