Skip to content

Commit 3169782

Browse files
committed
No logical changes. Mention geckodriver is alpha in CHANGELOG
1 parent aa25e54 commit 3169782

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

java/CHANGELOG

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
v3.0.0-beta4
22
============
33

4+
IMPORTANT CHANGES
5+
6+
* Firefox is only fully supported at version 47.0.1 or earlier. Support
7+
for later versions of firefox is provided by geckodriver, which is
8+
based on the evolving W3C WebDriver spec, and uses the wire protocol
9+
in that spec, which is liable to change without notice.
10+
* You may wish to choose an ESR release such as 45.4.0esr or earlier.
11+
* Firefox 47.0.0 is not supported at all.
12+
13+
Other major changes:
14+
15+
* Remove OSS safaridriver in preference for Apple's own SafariDriver
16+
that ships as part of Safari 10.
417
* [Grid] -nodeConfig (json) files have a new flatter format (#2789)
518
* [Grid] Fix #2721, -nodeConfig (json) settings were not always
619
applied
7-
* Remove OSS safaridriver in preference for Apple's own SafariDriver
8-
that ships as part of Safari 10.
920
* [Grid] Cleanup the api for RegistrationRequest -- will break
1021
compilation for people moving from 2.x -- removed the ability to
1122
change the GridNodeConfiguration reference via the

0 commit comments

Comments
 (0)