Releases: theintern/leadfoot
Releases · theintern/leadfoot
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
Download source
1.6.0
1.6.0-rc.1
New features
- New
findDisplayed
methods have been added to find elements that both exist and are visible/interactive. (#23)
Install from npm
cd /my/project/root
npm install leadfoot@beta --save-dev
Download source
1.5.2
1.5.0
Enhancements
- Files are now transparently uploaded from the client to a compatible server when calling
type
on an Element with the path to a local file. (#38) - Stack traces for Command failures are now of sane length. (#18)
Install from npm
cd /my/project/root
npm install leadfoot --save-dev
Download source
1.4.1
1.3.0
1.2.1
1.2.0
1.1.1
Release overview
- Bug fixes
Bug fixes
- Fixed a regression that caused HTTP requests to fail when talking to Selenium servers that use deprecated
POST /session
redirects. (theintern/intern#274) - Error messages will now only redact HTTP credentials in URLs instead of also redacting portions of unauthenticated URLs with unescaped
@
characters. (1e2d670)
Install from npm
cd /my/project/root
npm install leadfoot --save-dev