File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
v3.8.0
2
2
======
3
3
4
- * Added support for managing Grid Hubs and Nodes via JMX
4
+ * Node skips configurations that does not match current platform, no more IE
5
+ slots on Linux-based nodes.
6
+ * Introduced unique ids for node slot configurations. Hub injects UID of the
7
+ matched configuration to the new request payload. Node mutates capabilities
8
+ with matching config UUID only. This allows to have multiple configurations
9
+ for the same browser in node config file.
10
+ * Implemented matching of some browser-specific capabilities on Grid hub,
11
+ namely "marionette" for Firefox (default is true) and "technologyPreview"
12
+ for Safari (default is false).
13
+ * "technologyPreview" capability is now honored again by SafariDriver.
14
+ * Added initial support for managing Grid Hubs and Nodes via JMX
5
15
* Removed `Alert.authenticate` and supporting classes
6
16
* Better handling of configuring SafariDriver via capabilities.
7
17
You can’t perform that action at this time.
0 commit comments