@@ -10,10 +10,10 @@ WebDriver:
10
10
management is implemented in IEDriverServer now.
11
11
* The logging level for the FirefoxDriver's native components can now
12
12
be set from the command line with the SELENIUM_LOG_LEVEL
13
- environment variable. Valid values are ERROR, WARN, INFO, DEBUG,
14
- and TRACE. If the value is not set, or an unrecognized value is
15
- specified, the log level will be set to FATAL (which was the
16
- previous behavior).
13
+ environment variable. Valid values are ERROR, WARN, INFO, DEBUG,
14
+ and TRACE. If the value is not set, or an unrecognized value is
15
+ specified, the log level will be set to FATAL (which was the
16
+ previous behavior).
17
17
* Implemented ability to return Date object from executeScript
18
18
(Firefox only).
19
19
* Fixed Firefox returning the actual state of nativeEvents.
@@ -26,22 +26,22 @@ WebDriver:
26
26
subsequent "clean-up" quit() so the error from start is not lost.
27
27
* Added an alternate, and Android-friendly, implementation of the
28
28
Augmenter that uses JDK interface proxies instead of cglib. This
29
- new implementation is available as org.openqa.remote.JdkAugmenter;
30
- the default Augmenter implementation still relies on cglib.
29
+ new implementation is available as org.openqa.remote.JdkAugmenter;
30
+ the default Augmenter implementation still relies on cglib.
31
31
* Prevented an infinite loop when computing overflow state when the
32
32
documentElement has fixed position.
33
33
* Improveed logging for UnixProcess#destroy().
34
34
* If an error is thrown while typing a key sequence, return that
35
35
error to the client. Prior to this change, the driver would
36
- effectively hang.
36
+ effectively hang.
37
37
* Do not attempt to generate a key event if the target element is no
38
38
longer attached to the DOM. nsIPressShell (which is used to
39
- dispatch events) will throw a generic NS_UNEXPECTED_ERROR if we
40
- fail to make this check.
39
+ dispatch events) will throw a generic NS_UNEXPECTED_ERROR if we
40
+ fail to make this check.
41
41
* FIXED: 3107: (On behalf of Ross Patterson) Preventing possible NPE.
42
42
* FIXED: 4501: (On behalf of Robert Ambrus) Introduced a system
43
43
property org.openqa.jetty.SocketListener.bufferSize that allows to
44
- set the size of the buffer Jetty uses for network communications.
44
+ set the size of the buffer Jetty uses for network communications.
45
45
* FIXED: 4698: Added missing expected conditions.
46
46
* FIXED: 5295: User defined element properties should be retrievable
47
47
with getAttribute.
@@ -68,8 +68,8 @@ WebDriver JS:
68
68
unable to retrieve the current system's range.
69
69
* FIXED: 6617: Checking for Error.captureStackTrace is sufficient to
70
70
determine if an environment supports stack traces. This avoids
71
- unnecessarily triggering debuggers configured to halt when an error
72
- is thrown.
71
+ unnecessarily triggering debuggers configured to halt when an error
72
+ is thrown.
73
73
* FIXED: 6627: Safely rebuild chrome.Options from a partial JSON spec.
74
74
75
75
Grid:
0 commit comments