CHANGED Output from console.log() and friends goes to console unless browser.silent = true
. You can also set it globally with Browser.default.silent = true
. Console output always visible when debugging (DEBUG=zombie
).
ADDED documentation for debugging using DEBUG=zombie
and browser.silent
.
NOTE This version introduces a bug from JSDOM, whereby resetting a form will not reset <select>
elements correctly
UPDATED to latest JSDOM
FIXED Exceptions are being swallowed #761
Minor other bug fixes
FIXED browser will sometimes run code asynchronously outside a wait
FIXED browser.wait should return a promise when called without open window #755
FIXED complain when using event loop of destroyed browser
FIXED window.cookies fails with error #610
FIXED HTMLImageElement._attrModified not passing callback to HTML.resourceLoader.load #624
FIXED Add raise method to xhr to catch errors in handlers #681
FIXED Chunked and gzipped content is not decompressed #707
ADDED Only decode HTML documents, and support meta tag with charset
CHANGED Switched from using encoding to iconv-lite
CHANGED Switched from using Q to Bluebird
FIXED DNS.lookup should use lookup, not resolve