Capybara v3.0.0.rc2 Release Notes

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

    ๐Ÿ”„ Changed

    • Visibile text whitespace is no longer fully normalized in favor of being more in line with the WebDriver spec for visible text
    • ๐Ÿ Drivers are expected to close extra windows when resetting the session
    • ๐Ÿ‘ Selenium driver supports Date/Time when filling in date/time/datetime-local inputs
    • current_url returns the url for the top level browsing context
    • title returns the title for the top level browsing context

    โž• Added

    • Driver#frame_url returns the url for the current frame
    • Driver#frame_title returns the title for the current frame