1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Merge pull request #2593 from teamcapybara/update_history

Update History.md
This commit is contained in:
Thomas Walpole 2022-10-16 10:55:43 -07:00 committed by GitHub
commit 957e8d9da9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@ Release date: unreleased
* `click`, `double_click`, `right_click` can now be called on the session to click the currently scoped element (or document)
* `Session#within` now passes the scoped element to the block
* Support rack-test 2+
* Support Puma 6 - Issue #2590
* Selenium DetachedShadowRootError is treated as an invalid element error [Perryn Fowler]
### Fixed