Capybara v3.35.0 Release Notes

  • ๐Ÿš€ Release date: 2021-01-25

    โž• Added

    • ๐Ÿ‘Œ Support Regexp matching for individual class names in :class filter passed an Array
    • ๐Ÿ‘ Animation disabler now supports JQuery animation disabling when JQuery loaded from body [Chien-Wei Huang]

    ๐Ÿ›  Fixed

    • :button selector type use with enable_aria_role [Sean Doyle]
    • elements don't associate with aria-role buttons
    • Ignore Selenium::WebDriver::Error::InvalidSessionIdError when quitting driver [Robin Daugherty]
    • Firefox: Don't click input when sending keys if already focused
    • Miscellaneous issues with selenium-webdriver 4.0.0.alphas
    • Nil return error in node details optimizations
    • Animation disabler now inserts XHTML compliant content [Dale Morgan]