TestCafe v1.8.4 Release Notes

Release Date: 2020-04-08 // about 4 years ago
  • v1.8.4 (2020-4-8)

    ๐Ÿ› Bug Fixes

    • โœ… TestCafe no longer throws an error when you access the visible selector property for a non-existing element (#2386)
    • โœ… t.pressKey now works if the active element is inside the Shadow DOM (#2432)
    • โœ… An original Node.js error is displayed if a browser provider was unable to load (#4522)
    • ๐Ÿ‘€ Custom hooks that use responseEventConfigureOpts now trigger the onResponse handler for AJAX requests (testcafe-hammerhead/#2190)