Skip to content

Nerodia 0.14.0

Compare
Choose a tag to compare
@lmtierney lmtierney released this 23 Jan 17:29
· 89 commits to master since this release

Functionally equivalent to Watir 6.16.0

  • Fix bug that did not re-locate Stale elements when taking an action on them
  • Implement Element#cache= to assign otherwise located Selenium Element to Element
  • Allow class and class_name locators to be used at the same time
  • Allow class locator with empty list value to find all elements without a class attribute
  • Fix bug that forced nested elements to wait when calling predicate methods
  • Locator filtering behavior and Validate class moved into new Matcher classes
  • Selector is built on Element initialization rather than during location
  • Allow some nested elements to be located with a single XPath call
  • Translate and add @p0deje's watir-scroll gem functionality into Nerodia
  • Fix bug with #obscured for non-interactive elements