|
| 1 | +v4.8.0 |
| 2 | +====== |
| 3 | +* Supported CDP versions: 85, 107, 108, 109 |
| 4 | +* Implement Edge and Chrome Driver Services using log level with ChromiumDriverLogLevel enum |
| 5 | +* Deprecate Edge Driver Service using log level with String |
| 6 | +* Deprecate Chrome Driver Service using log level with ChromeDriverLogLevel enum |
| 7 | +* Deprecate setting Chrome Driver Service logging values in Chrome Options |
| 8 | +* Close BiDi session on closing the last top-level browsing context |
| 9 | +* Add withAllowedListIps() to ChromeDriverService |
| 10 | +* Add comment with name of large JS executions (#11038) |
| 11 | +* Allow Pointer and Wheel methods to accept Point object (#11477) |
| 12 | +* Fix bug where options are not properly merged into capabilities (#11396) |
| 13 | +* JDKHttpClient: Fix null pointer bug when responseBody is null (#11450) |
| 14 | +* CDP: Ensure child session is created under browser session (#11475) |
| 15 | +* Deprecate setHeadless for Chrome and Firefox Options (#11467) |
| 16 | +* Grid: Remove translations of non-w3c locators (#11470) |
| 17 | +* JDKHttpClient: Handle RQST with no Body [POST/PUT] (#11445) |
| 18 | +* Fix bug with decorated webdriver not calling the listeners (#11438) |
| 19 | +* BiDi: Add filter parameter to LogInspector methods |
| 20 | +* BiDi: Rename 'onConsoleLog' to 'onConsoleEntry' |
| 21 | +* CDP: Fix bug with console events returning modified args (#11435) |
| 22 | +* Grid: Accommodate ability to specify sub-paths (#11271) |
| 23 | +* Grid: fix bug with pulling image using zero content-length (#11342) |
| 24 | + |
1 | 25 | v4.7.2
|
2 | 26 | ======
|
3 | 27 | * Grid: Support file downloads on the node (#11277)
|
4 | 28 | * Change chromium service names from whitelisted to allowed (#11409)
|
5 | 29 | * Avoid closing CDP connection in browser implementation since that logic now sits in RemoteWebDriver (Fixes #11401)
|
6 |
| -* Fix bug where failing Selenium Manager method results in wrong error |
| 30 | +* Fix bug where failing Selenium Manager method results in wrong error |
7 | 31 | * Allow changing chromium driver log timestamp formatting
|
8 | 32 | * Allow ignoring chromedriver build checks using service builders
|
9 | 33 | * Add support for appendLog to msedgedriver service
|
10 | 34 | * Fix msedgedriver log level logic
|
11 | 35 | * Allow setting chromedriver log level from system properties
|
12 | 36 | * Fix chromedriver log level logic
|
13 |
| -* Remove deprecated Firefox capabilities |
| 37 | +* Remove deprecated Firefox capabilities |
14 | 38 | * Removing a few bits more of the magic that moves JWP to W3C
|
15 | 39 | * Removing deprecated SUPPORTS_ALERTS and SUPPORTS_SQL_DATABASE caps
|
16 | 40 | * Removing deprecated OVERLAPPING_CHECK_DISABLED cap
|
|
0 commit comments