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 contexttitle
returns the title for the top level browsing context
โ Added
Driver#frame_url
returns the url for the current frameDriver#frame_title
returns the title for the current frame