|
1 | 1 | v4.36.0 |
2 | 2 | ====== |
| 3 | +* Add CDP for Chrome 140 and remove 137 |
3 | 4 | * [grid] close the HttpClient after the session is gone |
4 | 5 | * extend the scope of the properties of the HttpCommandExecutor class (#16186) |
5 | | - > set protected modifier to props |
6 | 6 | * [grid] Improve readTimeout in handle session between Router and Node (#16163) |
7 | | - > * [grid] Improve readTimeout in handle session between Router and Node |
8 | | - > * Fix review comment |
9 | | - > * Check null might return from Values.get() and remove catch block |
10 | 7 | * Unifying select class (#16220) |
11 | | - > * Updated Java Language Level to the JDK_17 for IntelliJ IDEA |
12 | | - > * Fix select being able to select options hidden by css rules |
13 | | - > Fixes #15265 |
14 | | - > * Formatted with ./scripts/format.sh |
15 | | - > * Change the JDK setting for IntelliJ back to JDK 11 |
16 | 8 | * Add hooks around getScreenshotAs in WebDriverListener #16232 (#16233) |
17 | | - > * Add hooks around getScreenshotAs in WebDriverListener #16232 |
18 | | - > WebDriverListener has now default methods for both WebDriver and |
19 | | - > WebElement for clients to be notified before and after a |
20 | | - > screenshot is being taken. |
21 | | - > Fixes #16232 |
22 | | - > * fixup! Add hooks around getScreenshotAs in WebDriverListener #16232 |
23 | | - > * fixup! Add hooks around getScreenshotAs in WebDriverListener #16232 |
24 | | - > * fixup! Add hooks around getScreenshotAs in WebDriverListener #16232 |
25 | 9 | * [grid] Simplify node status response handling in Router |
26 | | - > Fix an error is seen in docker-selenium after #16163 |
27 | 10 | * Refactored selectByContainsVisibleText and selectByVisibleText methods to remove code duplication (#16257) |
28 | 11 | * [bidi]: add `DownloadInfo` class and test for `onDownloadWillBegin` (#16267) |
29 | 12 | * [grid] update to netty 4.2.4 (#16194) |
30 | 13 | * Fix links to exception documentation on website (#16305) |
31 | 14 | * Fix concurrency issue in Selenium Manager (#16315) |
32 | | - > #16314 fix concurrency issue in Selenium Manager |
33 | | - > ... when executed by 2+ processes simultaneously on a machine with empty Selenium cache. |
34 | | - > Every process sees the file created by another process only when the file is fully completed. |
35 | 15 | * Fix falsy Spotbugs warning about not closed resource (#16318) |
36 | | - > #16314 fix falsy Spotbugs warning about not closed resource |
37 | | - > I had to inline method `findBinaryInClasspath()` to make Spotbugs happy. I could not find any other way to suppress this falsy warning. :( |
38 | 16 | * [grid] Fix regression Distributor rejecting requests when nodes have supported caps but no free slots (#16327) |
39 | 17 | * Feat 14291/add jspecify annotations to exception classes pt4 (#16028) |
40 | | -* update devtools versions |
41 | 18 |
|
42 | 19 | v4.35.0 |
43 | 20 | ====== |
|
0 commit comments