Capybara v3.19.0 Release Notes

  • 🚀 Release date: 2019-05-09

    ➕ Added

    • Syntactic sugar #once, #twice, #thrice, #exactly, #at_least, #at_most, and #times added to have_selector, have_css, have_xpath, and have_text RSpec matchers
    • 👌 Support for multiple expression types in Selector definitions
    • ⬇️ Reduced wirecalls for common actions in Selenium driver

    🛠 Fixed

    • ↪ Workaround Chrome 75 appending files to multiple file inputs
    • Suppressed retry when detecting http vs https server connection