Skip to content

Commit 18495c0

Browse files
committed
Update java changelog
1 parent 3f46b58 commit 18495c0

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

java/CHANGELOG

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
v2.45.0
2+
=======
3+
4+
Important changes in this release:
5+
6+
* Native events in Firefox relied on an API that Mozilla no longer
7+
provides. As such, fall back to synthesized events on recent Firefox
8+
versions.
9+
10+
Other changes:
11+
12+
* When Selenium is unable to interact with an element, such as the
13+
case when an element is missing or disabled, this change will output
14+
exactly how Selenium is attempting to locate the element, such as
15+
the XPath or id of the element. This greatly speeds up
16+
troubleshooting issues, as the exception message clearly states what
17+
element is broken/missing for common problems like an
18+
ElementNotFoundException.
19+
* improve ByCssSelector#toString
20+
* Remove automatic installation of the SafariDriver in Java.
21+
* Complete Selenium Java Server support for Blink based Opera
22+
* Upgrading PhantomJS driver
23+
* Pull HttpClient implementation details out of HttpCommandExecutor.
24+
* Fix issue 8254: Extensions were incorrectly transferred between
25+
Windows client and Linux grid node, because ZipEntry had incorrect
26+
name with '\' as separators.
27+
* Adding capabilities and browser type for Opera Blink, and
28+
configuring tests to run in Opera Blink
29+
* Adding support for Blink-based Opera to Java binding
30+
* Adding Yosemite platform
31+
* Allowing to set an arbitrary platform capability even if it can't be
32+
converted to Platform enum. Non-standard platform values can cause
33+
matching issues on Grid, but they can be usable for third-party Grid
34+
implementations
35+
* Taking XML namespaces into account when searching by XPath. Checked
36+
to work in Firefox. Chrome supports namespaces out of the box. Need
37+
to update IE and Safari drivers to use the updated atom and test
38+
them carefully.
39+
140
v2.44.0
241
=======
342

0 commit comments

Comments
 (0)