|
1 | 1 | v4.35.0 |
2 | 2 | ====== |
| 3 | +* Add CDP for Chrome 139 and remove 136 |
3 | 4 | * [bidi] Get tree command returns GetTreeResult object (#15978) |
4 | 5 | * [bidi] Initialize internal modules without Lazy (#15979) |
5 | | -* Fix typos (#16032) |
6 | 6 | * [bidi] Add UnhandledPromptBehavior option to create User Context (#16034) |
7 | 7 | * Re-pack Selenium Manager as native dependency (#16048) |
8 | | - > To automatically exclude unnecessary Selenium Manager binaries if runtime platform is known via "RuntimeIdentifier" build property. |
9 | | - > New paths in the package: |
10 | | - > - runtimes/win/native/selenium-manager.exe |
11 | | - > - runtimes/linux/native/selenium-manager |
12 | | - > - runtimes/osx/native/selenium-manager |
13 | 8 | * [bidi] Remove NavigateBack and NavigateForward as not a part… (#16068) |
14 | | - > [bidi] Remove NavigateBack and NavigateForward as not a part of low level |
15 | 9 | * Support IPv6 to find free tcp port via DualMode (#16016) |
16 | 10 | * Fix GetContext docs in Firefox driver |
17 | 11 | * Sending GeckoDriver output to a log file. (#16081) |
18 | | - > * Sending GeckoDriver output to a log file. |
19 | | - > Related to #12273 |
20 | | - > * Running format script |
21 | | - > * Adding test for log flag in Firefox |
22 | | - > Adding BUILD.bazel to run those tests in CI. |
23 | | - > * Update dotnet/src/webdriver/Firefox/FirefoxDriverService.cs |
24 | | - > * Update dotnet/src/webdriver/Firefox/FirefoxDriverService.cs |
25 | 12 | * [bidi] Preserve BiDi global options when instantiating BiDi (#16080) |
26 | 13 | * Fix race condition for .net framework when internal tracing enabled (#16091) |
27 | | - > This exception might be happened in .NET Framework only. On .NET Core it works smoothly. |
28 | | - > System.ArgumentException: An item with the same key has already been added. |
29 | | - > at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) |
30 | | - > at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) |
31 | | - > at System.Net.Http.Headers.HttpHeaders.AddHeaderToStore(String name, HeaderStoreItemInfo info) |
32 | | - > at System.Net.Http.Headers.HttpHeaders.CreateAndAddHeaderToStore(String name) |
33 | | - > at System.Net.Http.Headers.HttpHeaders.GetOrCreateHeaderInfo(String name, Boolean parseRawValues) |
34 | | - > at System.Net.Http.Headers.HttpHeaders.SetParsedValue(String name, Object value) |
35 | | - > at System.Net.Http.Headers.HttpContentHeaders.get_ContentLength() |
36 | | - > at System.Net.Http.HttpClientHandler.PrepareAndStartContentUpload(RequestState state) |
37 | | -* Minimize internal trace logging for http executor |
38 | 14 | * [bidi] Make BiDi ctor private |
39 | 15 | * [bidi] BiDi class is not inheritable |
40 | 16 | * [bidi] Return EmptyResult object which might be non-empty |
41 | 17 | * [bidi] Expose internal spec methods to be truly publicly available |
42 | 18 | * Enabling Chrome and Edge driver services to set log level (#16098) |
43 | | - > * Enabling Chrome and Edge driver services to set log level |
44 | | - > Helps with #12273 |
45 | | - > * Format script. |
46 | | - > * Update dotnet/src/webdriver/Chromium/ChromiumDriverService.cs |
47 | | - > * Following convention |
48 | 19 | * Remove long awaited obsolete members (#16121) |
49 | 20 | * Change default internal log level to Warn (#16126) |
50 | 21 | * Truncate log and set profile root in Firefox (GeckoDriver) (#16131) |
51 | | - > * Setting truncated logs and profile root on GeckoDriver |
52 | 22 | * Add readable timestamps to log in Chromium browsers (#16133) |
53 | | - > * Add readable timestamps to log in Chromium browsers |
54 | | - > * Format script |
55 | 23 | * add `default` as a value for SameSite (#16129) |
56 | | -* Removing unneeded verification. Done at compile time. (#16139) |
57 | | - > Removing unneeded verification. Done at compile time. |
58 | | -* Renaming variable and converting it to nullable bool? (#16138) |
59 | | - > * Renaming variable and converting it to nullable bool? |
60 | | - > * Update dotnet/src/webdriver/Firefox/FirefoxDriverService.cs |
61 | 24 | * Enabling drivers to set log to console. (#16097) |
62 | | - > * Enabling drivers to set log to console. |
63 | | - > This will be false by default, following what the |
64 | | - > .NET bindings have usually done. |
65 | | - > Helps with #12273 |
66 | | - > * Avoid changing state of variable. |
67 | | - > LogPath takes precedence anyway. |
68 | | - > * Using existing logger functionality. |
69 | | - > Messages will be shown to the console |
70 | | - > using the Logger functionality. |
71 | | - > Adding a test that listens to the |
72 | | - > logger and checks that logs are being |
73 | | - > sent to console. |
74 | | - > Fixing an issue when sending the log |
75 | | - > to a file, as the OnDriverProcessStarted |
76 | | - > method in the base class was not being |
77 | | - > invoked. |
78 | | - > * Running format script. |
79 | | - > * WriteDriverLogToConsole |
80 | | - > Internal variable to avoid using |
81 | | - > the stream when logs are sent to a file. |
82 | | - > Not exposed to the user. |
83 | | - > * Format script. |
84 | | - > * Update dotnet/src/webdriver/DriverService.cs |
85 | | - > * Switching from async tasks to sync threads. |
86 | | - > * Format script. |
87 | | - > * Reading output through async events. |
88 | | - > * Addressing PR comments |
89 | 25 | * Fix the issue when service wants to write into disposed stream (#16148) |
90 | | -* update devtools versions |
91 | 26 |
|
92 | 27 | v4.34.0 |
93 | 28 | ====== |
|
0 commit comments