Skip to content

Commit c3f2ae0

Browse files
committed
Update java changelog
1 parent 35832cf commit c3f2ae0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

java/CHANGELOG

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
128
v4.0.0-beta-2
229
=============
330

0 commit comments

Comments
 (0)