@@ -9,6 +9,29 @@ available via the project downloads page. Changes in "revision" field indicate
9
9
private releases checked into the prebuilts directory of the source tree, but
10
10
not made generally available on the downloads page.
11
11
12
+ v3.7.0.1
13
+ ========
14
+ * Updated IE setAlertText command to check for invalid data.
15
+ * Updated getActiveElement command for IE driver to handle contentEditable
16
+ elements.
17
+ * Fixed IE driver setTimeouts command to properly validate JSON payload.
18
+ * Updated IE driver new session command handler to process null capability
19
+ values.
20
+ * Updated IE driver getActiveElement command to be spec-compliant. If there
21
+ is no active element, this method may now return a null results, as in
22
+ compliance with the W3C WebDriver specification, which relies on the DOM
23
+ definition of active element. Language bindings maintainers should
24
+ take note that this is a behavior change, and that the command can now
25
+ return null values. Adjust your language bindings accordingly.
26
+ * Made IE driver SetWindowRect command compliant with spec.
27
+ * Made commands return NoSuchElement error in IE with incorrect internal IDs.
28
+ The IE driver, to be spec compliant, must return "no such element" if an
29
+ invalid internal WebDriver ID is passed in the URL. Previously, the driver
30
+ would assume that the ID was one that was previously provided by the
31
+ driver, but now has gone stale. This may cause discomfort for some rare
32
+ use cases where the incorrect exception is being looked for.
33
+ * Updating IE driver element tag name command handler to be spec compliant
34
+
12
35
v3.7.0.0
13
36
========
14
37
* Release to synchronize with release of Selenium project.
0 commit comments