@@ -9,6 +9,27 @@ 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.9.0.0
13
+ ========
14
+ * Refactor IE user-initiated JavaScript execution to use JSON objects.
15
+ This IE driver refactor is internal, but should not change behavior of the
16
+ driver. It is intended to let the driver's internal script executor use
17
+ the direct internal JSON objects as arguments for script execution,
18
+ deferring their conversion into variants until directly before execution.
19
+ * Removed clearing of known element cache on document navigation. This
20
+ was causing incorrect NoSuchElementException when
21
+ StaleElementReferenceException was expected.
22
+ * Updated IE driver alert detection to get alert text from "repeat" alerts.
23
+ This commit should allow the proper retrieval of alert text from IE alerts
24
+ that happen "repeatedly." That is, those that have the checkbox stating
25
+ "Do not let this page create any more alerts." Unlike standard Windows
26
+ alerts, these use controls that are only available via Active
27
+ Accessibility to retrieve the text. The driver now is able to detect and
28
+ retrieve text from these types of alerts.
29
+ * Removed now-deprecated non-standard tr1 namespace.
30
+ * (on behalf of Jacob Kiesel) Modified to use a mutex to lock Win32 message
31
+ handling. Fixes issue #5304.
32
+
12
33
v3.8.0.0
13
34
========
14
35
* Release to synchronize with release of Selenium project.
0 commit comments