Skip to content

v0.19.2

Compare
Choose a tag to compare
@AndreyBelym AndreyBelym released this 12 Apr 08:03
· 2188 commits to master since this release
4cf67b9

v0.19.2 (2018-4-11)

Enhancements

Added support for browser providers from private repositories (#2221)

Bug Fixes

  • Restored the screenshot functionality in legacy tests (#2235)
  • Updated the list of devices available for emulation in Google Chrome (#2257)
  • Fixed touch events emulation (#2268)
  • Now the event.relatedTarget property is set correctly for the emulated focus and drag events (#2197)
  • Now the event.detail property is set correctly for the emulated mouse events (#2232)
  • The Element.innerHTML property is now processed correctly in certain special cases (testcafe-hammerhead/#1538)
  • Now the iframe location has the correct value when it is not initialized(testcafe-hammerhead/#1531)
  • A trailing slash is now added to test page URL if it is necessary (#2005)
  • The focus event is not called for a disabled input now (#2123)