File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
18
v3.11.0
2
19
=======
3
20
You can’t perform that action at this time.
0 commit comments