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

Update History.md

This commit is contained in:
Thomas Walpole 2022-06-12 18:01:06 -07:00
parent a3ff5514f4
commit 2a2409767b

View file

@ -10,10 +10,10 @@ Release date: unreleased
* Support upcoming Selenium 4.3 changes to click offset calculations
* `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+
### Fixed
* Support file upload requirement changes in upcoming rack-test release
* Use higher precision clock in Capybara::Helpers::Timer if available
* rack-test driver behavior with \r\n - Issue #2547 [Stefan Hoffmann]
* Updated for deprecation of positional parameters in Selenium::WebDriver::ActionBuilder#pause