Watir v6.18.0 Release Notes

Release Date: 2021-02-26 // about 3 years ago
    • Implement WindowCollection to manage multiple Window objects
    • โž• Add support for locating Window by :element
    • ๐Ÿ—„ Deprecate locating Window by :index
    • ๐Ÿ—„ Deprecate Select#select_all in favor of #select and an Array
    • ๐Ÿ’ป Implement Browser#switch_window (#849)
    • โž• Add support for Numeric attribute values to Waitable
    • ๐Ÿ‘ Allow users to specify Selenium 4 in their projects
    • โšก๏ธ Update stale element handling behavior to match webdriver spec (#905 #909)
    • Implement Waitable for ElementCollection (#853 #857)
    • ๐Ÿ‘Œ Improve performance for nested elements (#843)
    • ๐Ÿ“œ Less strict version check for regexp_parser gem (thanks Pavel Lobashov)