File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ v3.13.0
2
+ =======
3
+
4
+ * Introduced our own JSON parser and outputter, allowing GSON to be
5
+ removed from our dependencies.
6
+ * Exposing a `RemoteWebDriverBuilder` which can be used to construct
7
+ instances of selenium when talking to servers that speak the w3c
8
+ protocol.
9
+ * Fixed loading of Grid hub and node config files.
10
+ * Fixed `noProxy` handling in Grid.
11
+ * Added bindings for custom ChromeDriver commands
12
+ (GET_NETWORK_CONDITIONS, SET_NETWORK_CONDITIONS and
13
+ DELETE_NETWORK_CONDITIONS) that allows client code to utilize
14
+ built-in throttling functionality. (#3479)
15
+ * Minimised data being encoded as JSON when serialising Java objects.
16
+ * EventFiringWebDriver now fires events before and after `getText` and
17
+ implements `HasCapabilities`.
18
+
1
19
v3.12.0
2
20
=======
3
21
You can’t perform that action at this time.
0 commit comments