File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ v4.0.0-alpha-4
2
+ ==============
3
+
4
+ * Added an "information" command to provide users with better
5
+ information about how to use features in Selenium.
6
+ * Rename "friendly" locators to "relative"
7
+ * Chrome Debugging Protocol commands now mirror latest CDP spec.
8
+ * Strengthen java deps now rules_jvm_external has been updated.
9
+ * Update EdgeOptions constructor to use new ms:edgeOptions capability
10
+ name (#7633)
11
+ * Add support for creating and removing virtual authenticators (#7760)
12
+ * Add support to debug virtual authenticators (#7842)
13
+ * Improving error message if a remote side responses with code 405
14
+ Method Not Allowed.
15
+ * Better traces via OpenTracing.
16
+ * Added Netty-based HTTP client (-Dwebdriver.http.factory=netty)
17
+ * Selenium server now uses Netty
18
+ * [grid] https between components (#7767)
19
+ * [grid] Added file upload endpoint to the new grid
20
+ * [grid] Adding ability to discover and start Edge (both
21
+ chromium-based and legacy)
22
+ * [grid] Only allow CORS when using a —allow-cors flag
23
+ * [docker] Re-enable existing docker functionality for Grid Nodes
24
+ * Checking for changes in frozen preferences in XPI-based
25
+ FirefoxDriver only
26
+
1
27
v4.0.0-alpha-3
2
28
==============
3
29
You can’t perform that action at this time.
0 commit comments