Capybara v3.15 Release Notes

  • ๐Ÿš€ Release date: 2019-03-19

    โž• Added

    • โœ… attach_file now supports a block mode on JS capable drivers to more accurately test user behavior when file inputs are hidden (beta)
    • :table selector now supports with_rows, 'rows', with_cols, and 'cols' filters

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix link selector when Capybara.test_id is set - Issue #2166 [bingjyang]