Skip to content

Commit 4c4c377

Browse files
committed
Update history to prepare for release
1 parent ad2f11e commit 4c4c377

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

History.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,26 @@ Release date: unreleased
77

88
### Added
99

10-
* Support upcoming Selenium 4.3 changes to click offset calculations
10+
* Support Selenium 4.3 changes to click offset calculations
1111
* `click`, `double_click`, `right_click` can now be called on the session to click the currently scoped element (or document)
1212
* `Session#within` now passes the scoped element to the block
1313
* Support rack-test 2+
14+
* Retry interval is now configurable [Masahiro NOMOTO]
1415
* Support Puma 6 - Issue #2590
15-
* Selenium DetachedShadowRootError is treated as an invalid element error [Perryn Fowler]
16+
* Selenium: DetachedShadowRootError is treated as an invalid element error [Perryn Fowler]
17+
* Selenium: When inspected shadow roots will have a tag name of "ShadowRoot"
18+
* `evaluate_async_script` added to Session::DSL_METHODS [Henry Blyth]
1619

1720
### Fixed
1821

1922
* Use higher precision clock in Capybara::Helpers::Timer if available
2023
* rack-test driver behavior with \r\n - Issue #2547 [Stefan Hoffmann]
2124
* Updated for deprecation of positional parameters in Selenium::WebDriver::ActionBuilder#pause
25+
* Explicitly set cause on server raised errors
26+
* Options no longer duplicated in have_xxx invalid option error message [Yudai Takada]
27+
* Animation disabler is now threadsafe [Daniel Sheppard]
28+
* Server connection count tracking [Oleksandr K.]
29+
* Ensure scopes are reset when session is [Henry Blyth]
2230

2331
# Version 3.37.1
2432
Release date: 2022-05-09

0 commit comments

Comments
 (0)