Skip to content

2.0.0-beta.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@jason0x43 jason0x43 released this 06 Sep 12:50
· 156 commits to master since this 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)