Watir v6.14.0 Release Notes

Release Date: 2018-09-13 // over 5 years ago
    • โšก๏ธ HTML Element attribute support updated to HTML 5.2
    • #wait_until_present and #wait_while_present accept custom message arguments (thanks Jakub Samek)
    • โž• Added Element#located? method
    • ๐Ÿ›  Fix bug preventing collections from waiting for a parent element (#759)
    • ๐Ÿ›  Fix bug preventing collection elements from being cached
    • ๐Ÿ’… Update code style in accordance with Rubocop settings
    • Add Element#attribute_list and Element#attribute_values (thanks Lakshya Kapoor)
    • ๐Ÿ›  Fix bug preventing location of elements based on how XPath deals with default namespaces
    • ๐Ÿ’Ž Ruby 2.2 and below are no longer supported.