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 3b8364d commit 6c27816Copy full SHA for 6c27816
java/CHANGELOG
@@ -1,3 +1,15 @@
1
+v3.7.1
2
+======
3
+
4
+* Including httpcore in the packaged libs.
5
+* Sending geckodriver logs to stderr by default. The default log level
6
+ is low enough that the log does not look polluted. Geckodriver does
7
+ not allow to separate its own log from the browser logs, so messages
8
+ from the browser log can appear in the log even on the lowest level.
9
+* Avoid sending the shutdown command to driver services that don't
10
+ support it.
11
+* Add support for customizing the Grid Registry.
12
13
v3.7.0
14
======
15
0 commit comments