Watir v6.19.0 Release Notes

Release Date: 2021-03-12 // about 3 years ago
    • Create custom Watir HTTP Client
    • Require minimum of Selenium 3.142.7
    • โž• Add support for starting browser with :http_client and :service hashes
    • ๐Ÿ‘ Allow inferring desired browser from Capabilities or Options if browser not specified
    • ๐Ÿ—„ Deprecate WindowCollection#to_a method
    • ๐Ÿ—„ Deprecate starting browser with both Capabilities and Options
    • ๐Ÿ—„ Deprecate starting browser with both URL and Service
    • ๐Ÿ—„ Deprecate using :desired_capabilities
    • ๐Ÿ—„ Deprecate starting browser service keywords in top level Hash
    • ๐Ÿ—„ Deprecate using :remote to start a browser; browser name must be specified
    • ๐Ÿ—„ Deprecate sending unknown keywords into the top level
    • ๐Ÿ›  Fix bug preventing Safari Options from being recognized
    • ๐Ÿ›  Fix bug preventing options provided without :remote keyword from being properly recognized (#812, #870)
    • ๐Ÿ›  Fix bug preventing :headless from being recognized when :options specified (#692)