File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,26 @@ Release date: unreleased
7
7
8
8
### Added
9
9
10
- * Support upcoming Selenium 4.3 changes to click offset calculations
10
+ * Support Selenium 4.3 changes to click offset calculations
11
11
* ` click ` , ` double_click ` , ` right_click ` can now be called on the session to click the currently scoped element (or document)
12
12
* ` Session#within ` now passes the scoped element to the block
13
13
* Support rack-test 2+
14
+ * Retry interval is now configurable [ Masahiro NOMOTO]
14
15
* 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]
16
19
17
20
### Fixed
18
21
19
22
* Use higher precision clock in Capybara::Helpers::Timer if available
20
23
* rack-test driver behavior with \r\n - Issue #2547 [ Stefan Hoffmann]
21
24
* 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]
22
30
23
31
# Version 3.37.1
24
32
Release date: 2022-05-09
You can’t perform that action at this time.
0 commit comments