File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ v4.0.0-beta-3
2
+ =============
3
+
4
+ * Allow RelativeBy to start with any locator, not just tag name
5
+ (#9273)
6
+ * Selenium-created sessions supporting CDP have a `se:cdp` capability,
7
+ pointing to the websocket address for CDP communication, and a
8
+ `se:cdpVersion` which indictaes the version of the CDP to use.
9
+ * Correctly indicate the Firefox supports CDP v85
10
+ * Add support for CDP v90 and v91 and remove support for CDP v86 and
11
+ v87.
12
+ * Improving exception when server returns 504 (#9354)
13
+ * The node server rewrites cdp endpoints and versions into standard
14
+ `se:cdp*` ones.
15
+ * Allowing users to override recommended max sessions in Grid.
16
+ * Better platform matching in Grid.
17
+ * Use heartbeat to register the Node with the Distributor (#9321)
18
+ * Add logging of http exchange contents in debug mode.
19
+ * Fix getScreenshotAs: avoid unnecessary conversions (#9308)
20
+ * Docker fixes around starting containers with the correct network
21
+ name.
22
+ * Wait until Nodes are available before indicating that Grid is ready.
23
+ * Purge timed out requests sitting the queue at regular intervals
24
+ (#9283)
25
+ * Add null check before returning isDisplayed value (#9299)
26
+ * Added "/wd/hub" route to RouterServer for better backwards compat.
27
+
1
28
v4.0.0-beta-2
2
29
=============
3
30
You can’t perform that action at this time.
0 commit comments