Skip to content

1.6.1

Choose a tag to compare

@csnover csnover released this 25 Sep 07:01
· 282 commits to master since this release

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

Download source