Skip to content

Commit ed08801

Browse files
committed
Update changelog prior to 2.46.0 release.
1 parent 46d425d commit ed08801

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

Diff for: java/CHANGELOG

+32-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
1-
unreleased
2-
==========
1+
v2.46.0
2+
=======
3+
4+
Important changes in this release:
35

4-
* Support for Presto-based Operas have been discontinued.
6+
* Remove all support from both webdriver and RC for Presto-based
7+
Opera. Blink-based Opera is still supported!
8+
* Added beta Marionette driver (for Firefox OS and recent desktop
9+
releases).
10+
* Fixing critical selenium server error caused by a user registering a
11+
driver class compiled with a higher Java version than the server is
12+
running (eg: server runs with Java 7, but the driver is comopiled to
13+
target Java 8)
14+
* FirefoxDriver: now supported on OpenBSD (added by [email protected])
15+
16+
Other notable changes:
17+
18+
* Added ability to clear file input fields for Firefox.
19+
* Fix bug in Safari where Selenium updated the page under test in some
20+
circumstances.
21+
* HtmlUnit: do not disable mouse notifications when js is disabled,
22+
css is also related to this information (only partly implemented in
23+
HtmlUnit at the moment)
24+
* Updated htmlunitdriver to use htmlunit 2.16
25+
* Changed capability name from pageLoadingStrategy to pageLoadStrategy
26+
* FIX: Google Code issue #7749: Add Get/Set network connection
27+
commands to JsonHttpCommandHandler to be able to use commands in
28+
selenium grid.
29+
* Allow clients to specify TCP timeouts in the remote webdriver.
30+
* Allow the chrome binary passed in capabilities to have a higher
31+
priority than node configuration.
32+
* ChromeDriver: Added ability to pass whitelisted-ips option to the
33+
chromedriver
534

635

736
v2.45.0

0 commit comments

Comments
 (0)