TestCafe v1.8.3 Release Notes

Release Date: 2020-03-17 // about 4 years ago
  • v1.8.3 (2020-3-17)

    ๐Ÿ› Bug Fixes

    • โž• Added TypeScript definitions for the disablePageCaching and disablePageReload methods (PR #4751 by @jaypea)
    • ๐Ÿ›  Fixed a bug where tests hung at random moments in Chrome (#4530)
    • ๐Ÿ›  Fixed a bug that led to crashes when TestCafe clicked an SVG element in IE11 (#4709)
    • โœ… Tests can now click buttons inside elements whose disabled property is set to true (testcafe-hammerhead/#2234)
    • โœ… TestCafe now emits the change event in Chrome when an input's disabled property is set to true (testcafe-hammerhead/#2240)
    • โœ… TestCafe Hammerhead now processed await keywords with a parenthesis in client scripts correctly (testcafe-hammerhead/#2255)
    • โœ… The click event action now crosses into the standard DOM from Web Component's shadow DOM (testcafe-hammerhead/#2272)