Skip to content

v6.0.0

Compare
Choose a tag to compare
@prantlf prantlf released this 25 Apr 19:47
· 10 commits to master since this release

6.0.0 (2020-04-25)

Bug Fixes

  • Upgrade WebDriverIO and Selenium drivers (fd4f69c)

BREAKING CHANGES

  • The instruction elementSendKeys accepts only a text, not an array of keys as an alternative. If you want to send arbitarry keats, like "Delete", use focus and keys instructions instead.

  • The minimum tested Node.js version is 10. Although all code and dependencies should still run with Node.js 8 well, the automated build on Travis started to fail