mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update History.md
[ci skip]
This commit is contained in:
parent
1384e00bd1
commit
8bfe019d85
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Release date: unreleased
|
|||
|
||||
* Support Ruby 2.6 endless range in Result#[] and query `:between` option
|
||||
* Pre-registered headless firefox driver :selenium_headless [Andrew Havens]
|
||||
* Selenium driver now defaults to clearing `sessionStorage`` and `localStorage`. To disable pass `clear_local_storage: false` and/or `clear_session_storage: false` when creating Capybara::Selenium::Driver instance in your driver registration
|
||||
* Selenium driver now defaults to clearing `sessionStorage` and `localStorage`. To disable pass `clear_local_storage: false` and/or `clear_session_storage: false` when creating Capybara::Selenium::Driver instance in your driver registration
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
Loading…
Reference in a new issue