Skip to content

Commit 053940e

Browse files
committed
Update the java changelog
1 parent fee9440 commit 053940e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

java/CHANGELOG

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
v3.141.0
2+
========
3+
4+
* Hub status should only count reachable proxies. Fixes #6494.
5+
* Deprecated the original Actions API in favour of the W3C approach.
6+
* Correct localisation of platform name (#6491)
7+
* Beta commands in SafariDriver for opening a new window or tab.
8+
* Clean up of internal of `Select` element wrapper (#6501)
9+
* Acknowledge that Mojave is a `Platform` (#6552)
10+
* Deleted many command-line options marked as deprecated some time
11+
ago.
12+
* Removed Selenium's own deprecated `Duration` and `Clock` classes in
13+
favour of those provided by the JRE.
14+
* Fixed WebDriverBackedSelenium servlet by registering a session
15+
finalization listener.
16+
* Installing Firefox extensions in the same form as they provided,
17+
either as a file or as a directory. With the release of Firefox 62
18+
Mozilla discontinued support for unpacked sideloaded extensions in
19+
Release channel. Users must themselves choose proper format to use
20+
in their tests depending on the browser version they run tests in.
21+
* Prepended command names in https error response reports (#6321)
22+
* Removed the apache-backed httpclient.
23+
* Fixing regression in Grid: if -hubPort was specified through CLI
24+
params but not -hubHost, the node tried to register to
25+
http://null:hubPort.
26+
* Fixing regression in Grid by using browserTimeout again to set
27+
timeouts in the HttpClient.
28+
* Grid: adding image for Safari Technology Preview, fixes #6297
29+
* Grid: Nodes and Hubs can now be started in any order, and
30+
configuration will be correct Fixes #3064.
31+
* Added a basic ServiceBuilder for Internet Explorer (#6181)
32+
133
v3.14.0
234
=======
335

0 commit comments

Comments
 (0)