|
| 1 | +4.2.0 (unreleased) |
| 2 | +========================= |
| 3 | + |
| 4 | +BiDi: |
| 5 | + * Released selenium-devtools 0.97.0 (supports CDP v85, v95, v96, v97) |
| 6 | + * Released selenium-devtools 0.98.0 (supports CDP v85, v96, v97, v98) |
| 7 | + * Released selenium-devtools 0.99.0 (supports CDP v85, v97, v98, v99) |
| 8 | + * Released selenium-devtools 0.100.0 (supports CDP v85, v98, v99, v100) |
| 9 | + * Released selenium-devtools 0.101.0 (supports CDP v85, v99, v100, v101) |
| 10 | + * Released selenium-devtools 0.102.0 (supports CDP v85, v100, v101, v102) |
| 11 | + * Implement simple BiDi connection |
| 12 | + * Fix bug in initial BiDi implementation (thanks Boris Petrov!) |
| 13 | + * Fix bug with mutating headers in request interception (#10574) |
| 14 | + * Fix bug with empty response headers (thanks Viren Negi!) |
| 15 | + |
| 16 | +Firefox: |
| 17 | + * Add support to Firefox Options for environment capability |
| 18 | + * Use addon parameter instead of path parameter to avoid using file detector |
| 19 | + * Restore #from_name method to Firefox profile (#10146) |
| 20 | + |
| 21 | +Chromium: |
| 22 | + * Add support for casting desktop |
| 23 | + |
| 24 | +Ruby: |
| 25 | + * Updated minimum required Ruby version to 2.7 |
| 26 | + * Fix bug by not attempting to stop service process when it's not started (#10015) |
| 27 | + * Fix bug to not stop service process when it's not started (thanks Atsushi Tatsuma!) |
| 28 | + * Use driver endpoint to get page source instead of JavaScript |
| 29 | + * Add zenkaku_hankaku key support |
| 30 | + * Fix download support of Selenium Server |
| 31 | + * Do not convert Tag Name to CSS Selector |
| 32 | + |
| 33 | +ActionBuilder: |
| 34 | + * Raise error if input device not found |
| 35 | + * Move `TypingInteraction` from `Interactions::KeyInput` to `Interactions` module |
| 36 | + * Throw better errors for `PointerInput` methods |
| 37 | + * Allow each action interaction class to validate its own source |
| 38 | + * Set all Interactions classes to private |
| 39 | + * Allow device names to use a default id if one is not specified |
| 40 | + * Deprecate default mouse and keyboard values in constructor, favoring devices parameter |
| 41 | + * Add support for pointer event properties |
| 42 | + * Implement scroll wheel support |
| 43 | + * Deprecate ordered pair parameters for pause method in favor of keywords |
| 44 | + |
1 | 45 | 4.1.0 (2021-11-22) |
2 | 46 | ========================= |
3 | 47 |
|
|
0 commit comments