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 f1dd68b commit 385f948Copy full SHA for 385f948
dotnet/CHANGELOG
@@ -1,3 +1,13 @@
1
+v3.5.0
2
+======
3
+ * (on behalf of Matthew Lymer) Fixing the parsing of logging levels to match
4
+ the values in the LogLevel enum. Fixes issue #4121.
5
+ * Updated .NET DriverService to allow hard termination shutdown of
6
+ exectuable.s Some driver services (geckodriver, safaridriver) don't support
7
+ a shutdown HTTP end point. The base DriverSerivce class should allow for
8
+ that, and not attempt to use one if it's known the service doesn't provide
9
+ one.
10
+
11
v3.4.0
12
======
13
* Exposed new Interactions framework. This release introduces a new
0 commit comments