@@ -9,7 +9,35 @@ 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.151.59.3
12
+ v3.150.0.0
13
+ ==========
14
+ * (on behalf of Stanley Hon) Added basic support for IEDriver to drive
15
+ Chromium-based Edge in Internet Explorer mode. Users can do this by
16
+ setting the `ie.edgechromium` property to `true`, and by supplying
17
+ the path to the Chromium-based Edge executable in the `ie.edgepath`
18
+ property of the `se:ieOptions` capability object. Note that this
19
+ feature is only available on Windows, as Chromium-based Edge only
20
+ supports Internet Explorer Mode on Windows. Moreover, users cannot
21
+ switch session types from normal mode to Internet Explorer Mode or
22
+ vice-versa; only one session type is allowed.
23
+ * Made driver work with <map> and <area> elements
24
+ * (on behalf of Marc Fisher) Fixed FTP and HTTP proxy markers for setting
25
+ web proxy with the IE driver. Fixes issue #7152.
26
+ * Added additional error information to error messages encountered during
27
+ navigation.
28
+ * Removed support from IE driver for "desiredCapabilities" in new session
29
+ requests. The W3C WebDriver Specification does not recognize any property
30
+ in the payload for the new session command other than "capabilities". The
31
+ IE driver has long supported the presence of "desiredCapabilities" as a
32
+ fallback for older, obsolete language bindings. Now that we are in the
33
+ process of creating the Selenium 4.0 language bindings, this legacy
34
+ compatibility should no longer be necessary. Users using this version of
35
+ the IE driver with language bindings prior to 4.0 may encounter issues
36
+ if the bindings do not properly format the new session request;
37
+ nevertheless, this change will not be reverted, as future versions of the
38
+ language bindings should properly format the new session command.
39
+
40
+ v3.141.59.3
13
41
===========
14
42
* Made driver calculate viewport with window.innerHeight/Width instead of
15
43
using documentElement.clientHeight/Width. This follows the definitions of
@@ -21,13 +49,13 @@ v3.151.59.3
21
49
specified are valid syntax, though they are ignored by the driver.
22
50
* Updated driver to allow detection of alerts with 'do not create' checkbox.
23
51
24
- v3.151 .59.2
52
+ v3.141 .59.2
25
53
===========
26
54
* Slightly modified setting IE window to have focus when sending input.
27
55
This code only affects the browser when the requireWindowFocus
28
56
capability is set at session start.
29
57
30
- v3.151 .59.1
58
+ v3.141 .59.1
31
59
===========
32
60
* Added checking for max expiriation date in IE driver cookie handling.
33
61
Attempting to add a cookie with a very large expiration date caused
@@ -49,15 +77,15 @@ v3.151.59.1
49
77
(or ought to be) largely meaningless in the context of a website.
50
78
Fixes issue #7122.
51
79
52
- v3.151 .59.0
80
+ v3.141 .59.0
53
81
===========
54
82
* Rollup of fixes since previous release. No additional changes.
55
83
56
- v3.151 .5.13
84
+ v3.141 .5.13
57
85
===========
58
86
* Fixed execution of user JavaScript to allow comment at end of line.
59
87
60
- v3.151 .5.12
88
+ v3.141 .5.12
61
89
===========
62
90
* (on behalf of Reinhold Degenfellner) Updated to allow retries for finding
63
91
the upload file selection dialog. Fixes issue #6991.
@@ -69,7 +97,7 @@ v3.151.5.12
69
97
Internet Explorer.
70
98
* Made driver return lowercase utf-8 for charset in content-type header.
71
99
72
- v3.151 .5.11
100
+ v3.141 .5.11
73
101
===========
74
102
* (on behalf of Reinhold Degenfellner) Fixed crash when attempting to
75
103
upload files. Fixes issue #6976.
0 commit comments