We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5317f3f commit 6c9a417Copy full SHA for 6c9a417
dotnet/CHANGELOG
@@ -1,3 +1,8 @@
1
+v4.13.1
2
+======
3
+* Fix bug in selenium manager paths to work on mac and linux
4
+* Don't break devtools processing events thread in case of unexpected exception (#12820)
5
+
6
v4.13.0
7
======
8
* Add CDP files for v117 and remove v114
dotnet/selenium-dotnet-version.bzl
@@ -1,6 +1,6 @@
# BUILD FILE SYNTAX: STARLARK
-SE_VERSION = "4.13.0"
+SE_VERSION = "4.13.1"
ASSEMBLY_VERSION = "4.0.0.0"
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
0 commit comments