Capybara v3.24.0 Release Notes
Release Date: 2019-06-14 // almost 4 years ago-
๐ Release date: 2019-06-13
โ Added
- ๐ฒ Log access when using the Selenium driver with Chrome 75 in W3C mode has been reenabled.
๐ Changed
- Selenium driver now selects all current content and then sends keys rather than clearing field by JS and then sending keys when setting values to text inputs in order to more closely simulate user behavior
๐ Fixed
- Relative paths passed to
attach_file
will be assumed to be relative to the current working directory when using the Selenium driver