Skip to content

Commit 8d1e4aa

Browse files
[dotnet] Changelog updated for RC 2
1 parent c42c7a4 commit 8d1e4aa

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

dotnet/CHANGELOG

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
v4.0.0rc2
2+
=========
3+
4+
* Fix TouchActions Flick overload
5+
* Fixing doc string for Network Conditions methods
6+
* Adding support for Firefox and Chromium Android options
7+
* Coercing return type of GetCastSinks() to proper datatype
8+
* implement ability to open Safari inspector
9+
* implement getting and setting permissions on Safari
10+
* implement getting the context of Firefox commands
11+
* implement ability for Chrome and Edge to set applicable permissions on browser
12+
* implement ability to launch chromium application
13+
* implement chrome and edge support for casting to devices
14+
* Add --websocket-port command line argument for geckodriver
15+
* Restore ability to add headers to WebDriver HTTP commands
16+
* Move UserAgent class to main namespace
17+
* mark deprecated chromedriver commands as obsolete and implement new preferred command
18+
* Add version-independent method for overriding user agent via CDP
19+
* Add Bidi-compliant webSocketUrl capability
20+
* Make CDP sessions autodetect close of initial attached target
21+
* Update supported version of CDP to 94, remove 92
22+
* Rename TerminateDevToolsSession to ResetDevToolsSession
23+
* Add ability to disconnect a CDP session
24+
* Add transformation for network responses via CDP
25+
126
v4.0.0rc1
227
=========
328
* Set available versions of Chrome DevTools Protocol to 85, 92, and 93.
@@ -2204,3 +2229,4 @@ v2.2.0
22042229
through the IDE or through the command line will now produce signed
22052230
assemblies.
22062231
* Updating .NET bindings JSON.NET from 3.5 to 4.0.
2232+

0 commit comments

Comments
 (0)