3
3
4
4
Important changes in this release:
5
5
6
+ * Supports native events for Firefox version 31 (immediately previous
7
+ ESR). Native event support has been discontinued for versions of
8
+ Firefox later than 33. Synthetic events tested on Firefox versions 31
9
+ (immediately previous ESR), 37 (immediately previous release), and 38
10
+ (current release and current ESR).
6
11
* Remove all support from both webdriver and RC for Presto-based
7
12
Opera. Blink-based Opera is still supported!
8
13
* Added beta Marionette driver (for Firefox OS and recent desktop
@@ -23,6 +28,7 @@ Other notable changes:
23
28
css is also related to this information (only partly implemented in
24
29
HtmlUnit at the moment)
25
30
* Updated htmlunitdriver to use htmlunit 2.16
31
+ * Upgraded commons-exec from 1.1 to 1.3
26
32
* Changed capability name from pageLoadingStrategy to pageLoadStrategy
27
33
* FIX: Google Code issue #7749: Add Get/Set network connection
28
34
commands to JsonHttpCommandHandler to be able to use commands in
@@ -32,7 +38,33 @@ Other notable changes:
32
38
priority than node configuration.
33
39
* ChromeDriver: Added ability to pass whitelisted-ips option to the
34
40
chromedriver
35
-
41
+ * Implement lazy loopback detection. This provides ~10x speed
42
+ improvement of selenium server startup.
43
+ * Allow loading option descriptions from JSON file instead of
44
+ Properties, allowing the server to manage order of options in the
45
+ help message
46
+ * SafariDriver: In SafariDriver's page script, copy window properties
47
+ to goog.global. (provided by
[email protected] )
48
+ * Add a method toList that allows converting CompositeAction to JSON
49
+ * FirefoxDriver: Skip the profile cleaning step when launching Firefox
50
+ * Implement both integer (legacy) and string (standard) response status
51
+ for the JSON wire protocol
52
+ * FirefoxDriver: Disable https://wiki.mozilla.org/Advocacy/heartbeat
53
+ Firefox 37+ feature in browser sessions started by FirefoxDriver.
54
+ * FirefoxDriver: Added getters to FirefoxProfile to allow reading
55
+ preset preference values
56
+ * PageFactory: Changed default value of how part of @FindBy annotation
57
+ from ID to UNSET, but treat them equivalent to ensure backward
58
+ compatibility
59
+ * PageFactory: Provide ability to use custom annotations. (Provided
60
+ by Artem Koshelev)
61
+ * Use DaemonExecutor from commons-exec instead of DefaultExecutor.
62
+ Fixes Google Code issue 4734. (Provided by Richard Atkins)
63
+ * FirefoxDriver and Java language bindings now handle both legacy and
64
+ W3C specification dialects of element reference serialization in the
65
+ JSON wire protocol.
66
+ * FirefoxDriver: Don't force garbage collection in httpd.js for
67
+ Firefox when connections are closed
36
68
37
69
v2.45.0
38
70
=======
0 commit comments