Skip to content

Releases: theintern/leadfoot

1.6.1

25 Sep 07:01
Compare
Choose a tag to compare

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

25 Sep 06:58
Compare
Choose a tag to compare

No changes from 1.6.0-rc.1.

1.6.0-rc.1

27 Jun 00:30
Compare
Choose a tag to compare
1.6.0-rc.1 Pre-release
Pre-release

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

25 Jun 01:07
Compare
Choose a tag to compare

Bug fixes

  • If a session creation promise is cancelled during feature detection, the corresponding session will no longer be left orphaned on the server. (9557b58)

Install from npm

cd /my/project/root
npm install leadfoot --save-dev

Download source

1.5.0

27 May 13:25
Compare
Choose a tag to compare

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

23 Apr 02:03
Compare
Choose a tag to compare

Enhancements

  • It is now possible to pass additional request options to Server instances that will be used when making calls to the server. (773e93b)

Install from npm

cd /my/project/root
npm install leadfoot --save-dev

Download source

1.3.0

23 Apr 01:39
Compare
Choose a tag to compare

Enhancements

  • It is now possible to bypass Leadfoot capabilities detection by passing fixSessionCapabilities: false to desired capabilities when creating a session. (7fedefb)

Install from npm

cd /my/project/root
npm install leadfoot --save-dev

Download source

1.2.1

05 Dec 22:22
Compare
Choose a tag to compare

Release overview

  • Dojo dependency updated to 2.0.0-alpha4

Install from npm

cd /my/project/root
npm install leadfoot --save-dev

Download source

1.2.0

05 Dec 00:00
Compare
Choose a tag to compare

Release overview

  • Dojo dependency updated to 2.0.0-alpha3

Install from npm

cd /my/project/root
npm install leadfoot --save-dev

Download source

1.1.1

24 Sep 06:13
Compare
Choose a tag to compare

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

Download source