There was an error while loading. Please reload this page.
1 parent a85ea5c commit cdcf737Copy full SHA for cdcf737
1 file changed
java/CHANGELOG
@@ -1,3 +1,20 @@
1
+v3.12.0
2
+=======
3
+
4
+* Added `User-Agent` header to requests from Selenium to give remote
5
+ ends more visibility into distribution of clients.
6
+* Remove GSON from how we coerce JSON to Java types.
7
+* Clean up the internals of Selenium's JSON handling, including
8
+ deprecating places where GSON leaks from our APIs.
9
+* Grid assignes node to a random free port if not specified.
10
+ explicitly. Fixes #5783.
11
+* Reduced visibility of DriverService.sendOutputTo.
12
+* Addressed concerns about backward compatability of Grid's `-host`
13
+ parameter.
14
+* Implemented WebStorage in ChromeDriver and FirefoxDriver.
15
+* Documentation clean up in `By`.
16
+* `before/afterGetScreenshotAs` added to to WebDriverEventListener.
17
18
v3.11.0
19
=======
20
0 commit comments