TestCafe v0.16.2 Release Notes

  • ๐Ÿ› Bug Fixes

    • โœ… Typing text now raises the onChange event in latest React versions. (#1558)
    • ๐Ÿณ Screenshots can now be taken when TestCafe runs from the Docker image. (#1540)
    • โœ… The native value property setters of HTMLInputElement and HTMLTextAreaElement prototypes are now saved. (testcafe-hammerhead/#1185)
    • โœ… The name and namedItem methods of an HTMLCollection are now marked as non-enumerable. (testcafe-hammerhead/#1172)
    • โœ… Code instrumentation of the length property runs faster. (testcafe-hammerhead/#979)