|
| 1 | +v4.1.2 |
| 2 | +====== |
| 3 | + |
| 4 | +* Supported CDP versions: 85, 95, 96, 97 |
| 5 | +* Add new desktop cast command for Chromium |
| 6 | +* BugFix: Update toJson() method creation for integer type in CdpClientGenerator |
| 7 | +* Fix Javadocs FluentWait's sample usage wrt durations |
| 8 | +* [grid] Throw ServerBindException when server cannot start due to network issues |
| 9 | +* Add support for CDP Chrome 97 |
| 10 | +* Throw error when using custom client config with local driver |
| 11 | +* Adding a builder() to all drivers to generate the correct default options instance |
| 12 | +* Use class' class loader when looking up `HttpClient` factory |
| 13 | +* Remove max duration value to allow retries during network connection failures |
| 14 | +* allow setting a different keyboard or pointer for actions on input devices |
| 15 | +* [grid] Guarding how the server reads parameters to keep it stable |
| 16 | +* Remove connection timeout setter, a static 10s value is used |
| 17 | +* [grid] Getting session requests from the queue faster |
| 18 | +* [grid] Reworking how new session requests are processed, querying queue only |
| 19 | + when Grid has availability |
| 20 | +* [grid] Fix added missing quotation marks in examples (cli help) |
| 21 | +* Replace deprecated OpenTelemetrySdk creation API |
| 22 | +* [grid] Improving Node health check execution |
| 23 | +* [grid] Adding back support for unix domain sockets |
| 24 | +* Allow disabling tracing in RemoteWebDriver |
| 25 | +* Replace dynamic proxy with ByteBuddy for WebDriverDecorator |
| 26 | +* Log Timestamp flag added |
| 27 | + |
1 | 28 | v4.1.1 |
2 | 29 | ====== |
3 | 30 |
|
|
0 commit comments