Capybara v3.13.0 Release Notes

  • ๐Ÿš€ Release date: 2019-01-23

    โž• Added

    • Session#quit added
    • #scroll_to added to allow scrolling page/elements to specified locations
    • Speed optimizations around multiple element location and path generation when using the Selenium driver
    • ๐Ÿ‘Œ Support for locator type checking in custom selectors
    • ๐Ÿ‘ Allow configuration of gumbo use - defaults to off
    • ๐Ÿ’… assert_style/has_style/have_style deprecated in favor of assert_matches_style/matches_styles?/match_style
    • ๐Ÿ’… :style filter added to selectors