Skip to content

Releases: theintern/leadfoot

2.0.0-beta.11

06 Sep 12:50
Compare
Choose a tag to compare
2.0.0-beta.11 Pre-release
Pre-release

Overview

This release contains logic and typing bug fixes, and some internal updates.

Bug fixes

  • Don't use arrow functions in Command.then implementation
  • Use non-deprecated JSZip API (#121)
  • Fix argument type for setPageLoadTimeout (was a string, should have been a number) (#122)
  • Update the getSessionCapabilities feature test to not assume that the platform name returned by the remote service will exactly equal the requested platform name

Other updates

  • Use Strategy type to specify locator strategies (#116)
  • Use TypeScript's importHelpers and tslib (#117)

2.0.0-beta.9

12 Jul 01:39
Compare
Choose a tag to compare
2.0.0-beta.9 Pre-release
Pre-release

Overview

This release updates dependencies and typings to support TypeScript 2.4.

As of this release, the leadfoot package is published to @theintern/leadfoot.

2.0.0-beta.10

12 Jul 01:41
Compare
Choose a tag to compare
2.0.0-beta.10 Pre-release
Pre-release

Overview

This release updates typings to better support TypeScript 2.4, and also fixes a date serialization bug in an internal cookie handling function.

2.0.0-beta.8

12 Jul 01:39
Compare
Choose a tag to compare
2.0.0-beta.8 Pre-release
Pre-release

Overview

This release updates dependencies.

2.0.0-beta.7

12 Jul 01:38
Compare
Choose a tag to compare
2.0.0-beta.7 Pre-release
Pre-release

Overview

This release contains bug fixes and general improvements.

  • Improve whitespace normalization
  • Add a test for a broken getSessions command
  • Improve Safari support
  • Handle WebDriver protocol updates in recent IEDriver versions

1.7.4

25 May 02:31
Compare
Choose a tag to compare

Overview

This release improves IE compatibility on newer versions of Selenium (3.3.0+).

1.7.3

24 May 20:36
Compare
Choose a tag to compare

Overview

This is a bug fix release that primarily resolves issues with older versions of Firefox and IE working properly on SauceLabs (theintern/intern#744).

1.7.2

11 May 20:41
Compare
Choose a tag to compare

Overview

This release improves compatibility with Firefox 53 and adds a new supportsWindowRectCommand capability flag.

1.7.1

21 Mar 20:25
Compare
Choose a tag to compare

Overview

This is a bug fix release.

Bugfixes and updates

  • Make findBy reject instead of returning undefined (#101)
  • Improve touch detection (or lack thereof) for Chrome
  • Fix geckodriver detection
  • Improve support for creating sessions directly from geckodriver (vs through Selenium)
  • Add a test for a broken/improper link text locator implementation

Release 1.7.0

18 Nov 19:53
Compare
Choose a tag to compare

Overview

This release includes improvements to MS Edge and Firefox 49+ support, as well as improved feature tests.