Nightmare v2.3.4 Release Notes

Release Date: 2016-04-23 // about 8 years ago
    • blurs text inputs when finished with .type() or .input(), including clearing selectors
    • now errors properly for non-existent selectors when using .type() and .input()
    • strips sender from Electron -> parent process forwarded events
    • ๐Ÿ‘Œ improves test speed for dev tools
    • ๐Ÿ›  fixes .then() to comply with A+ promises
    • ๐Ÿ›  pipes Electron output to debug prefixed with electron:
    • โœ… cleans up several exception test cases using .should.be.rejected from chai-as-promised
    • โฌ†๏ธ upgrades to Electron 0.37.7
    • โœ‚ removes process event listeners when a Nightmare instance ends
    • ๐Ÿ›  fixes support for javascript: urls