Capybara v2.9.0 Release Notes

  • ๐Ÿš€ Release date: 2016-09-19

    ๐Ÿ›  Fixed

    • โœ… Issue with rack-test driver and obselete mime-types when using #attach_file - Issue #1756 [Thomas Walpole]

    โž• Added

    • :class option to many of the built-in selectors [Thomas Walpole]
    • โœ‚ Removed need to specify value when creating :boolean filter type in custom selectors [Thomas Walpole]
    • Filters can now be implemented through the XPath/CSS expressions in custom selectors [Thomas Walpole]
    • Element#matches_xpath? and Element#matches_css? [Thomas Walpole]