Skip to content

Wendigo 1.13.0

Compare
Choose a tag to compare
@angrykoala angrykoala released this 29 Mar 20:22
· 384 commits to master since this release
9d5866e

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 of undefined, 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