Capybara v3.9.0 Release Notes

  • ๐Ÿš€ Release date: 2018-10-03

    โž• Added

    • ๐Ÿšš Selenium with Chrome removes all cookies at session reset instead of just cookies from current domain if possible
    • ๐Ÿ‘Œ Support for Regexp for system :id and :class filters where possible
    • using_session now accepts a session object as well as the name of the session for users who manually manage sessions
    • The :field selector will now find type = "hidden" fields if the type: "hidden" filter option is provided