Wendigo 1.13.0
This release is compatible with previous releases, but there are a few minor changes in behaviour that may affect your code:
- A call to
browser.evaluate
now may return a DOMElement - ElementFromPoint now return
null
instead ofundefined
, making it more similar to native document.elementFromPoint - Puppeteer updated to 1.14.0, this may affect performance or introduce undetected bugs
Changelog
- Support for an object with assert and not functions for a plugin
- RegExp support for waitForUrl
- Mock.trigger accepts an optional response
- Browser.evaluate now supports returning DOMElements
- Puppeteer updated to 1.14.0
- Cookies is now fully implemented as a plugin
- ElementFromPoint not returns null if no element is found