We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1916234 commit dfa68e5Copy full SHA for dfa68e5
dotnet/CHANGELOG
@@ -1,3 +1,13 @@
1
+v4.12.3
2
+======
3
+* Fix saving png screenshot as file (#12654)
4
+* Correcting failures in CDP Network event tests
5
+* Close dev tools session safely (#12660)
6
+* Send data over cdp consecutively (#12666)
7
+* Show output from selenium manager error stream (#12677)
8
+* Return Task instead of wait it in generated CDP method invocations (#12672)
9
+* Invoke console log api called event many times depending on count of args (#12669)
10
+
11
v4.12.2
12
======
13
* No code changes; issue with 4.12.1 release
dotnet/selenium-dotnet-version.bzl
@@ -1,6 +1,6 @@
# BUILD FILE SYNTAX: STARLARK
-SE_VERSION = "4.12.2"
+SE_VERSION = "4.12.3"
ASSEMBLY_VERSION = "4.0.0.0"
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
0 commit comments