Watir v6.12.0 Release Notes

Release Date: 2018-07-24 // almost 6 years ago
    • ๐Ÿ‘ Allow elements to be located with attributes that have underscores (thanks John Fitisoff)
    • Get array of elements from an Element Collection using a Range (#738)
    • ๐Ÿ—„ Deprecate using #present? or #visible? to determine if an element is stale
    • ๐Ÿ‘ Allow getting element attribute values with a Symbol
    • โž• Add new functionality to #flash (thanks Gijs Paulides)
    • ๐Ÿ›  Fix bug preventing text_field from waiting until present (#675)
    • ๐Ÿ›  Fix bug allowing StaleElementReferenceError during element location
    • โž• Add support for Wait methods to receive Proc as message values
    • โž• Add support to ignore specific warnings logged by Watir
    • ๐Ÿ—„ Deprecate locating elements by ordered parameters
    • ๐Ÿ”„ Changed scope for locator namespacing (Thanks Aleksandar)
    • ๐Ÿ—„ Deprecate current implementation of #visible?
    • Update logic #wait_while_present and #wait_until_present
    • Deprecate #wait_while_present and #wait_until_present for non-Element classes