Skip to content

Commit 6e13072

Browse files
committed
Updating version resources and prebuilts for 3.150.0 IE driver release
1 parent f3dcef6 commit 6e13072

File tree

5 files changed

+43
-15
lines changed

5 files changed

+43
-15
lines changed

cpp/iedriver/IEDriver.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 3,141,59,3
54-
PRODUCTVERSION 3,141,59,3
53+
FILEVERSION 3,150,0,0
54+
PRODUCTVERSION 3,150,0,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "Software Freedom Conservancy"
7070
VALUE "FileDescription", "Driver library for the IE driver"
71-
VALUE "FileVersion", "3.141.59.3"
71+
VALUE "FileVersion", "3.150.0.0"
7272
VALUE "InternalName", "IEDriver.dll"
7373
VALUE "LegalCopyright", "Copyright (C) 2019"
7474
VALUE "OriginalFilename", "IEDriver.dll"
7575
VALUE "ProductName", "Selenium WebDriver"
76-
VALUE "ProductVersion", "3.141.59.3"
76+
VALUE "ProductVersion", "3.150.0.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"

cpp/iedriverserver/CHANGELOG

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,35 @@ available via the project downloads page. Changes in "revision" field indicate
99
private releases checked into the prebuilts directory of the source tree, but
1010
not made generally available on the downloads page.
1111

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
1341
===========
1442
* Made driver calculate viewport with window.innerHeight/Width instead of
1543
using documentElement.clientHeight/Width. This follows the definitions of
@@ -21,13 +49,13 @@ v3.151.59.3
2149
specified are valid syntax, though they are ignored by the driver.
2250
* Updated driver to allow detection of alerts with 'do not create' checkbox.
2351

24-
v3.151.59.2
52+
v3.141.59.2
2553
===========
2654
* Slightly modified setting IE window to have focus when sending input.
2755
This code only affects the browser when the requireWindowFocus
2856
capability is set at session start.
2957

30-
v3.151.59.1
58+
v3.141.59.1
3159
===========
3260
* Added checking for max expiriation date in IE driver cookie handling.
3361
Attempting to add a cookie with a very large expiration date caused
@@ -49,15 +77,15 @@ v3.151.59.1
4977
(or ought to be) largely meaningless in the context of a website.
5078
Fixes issue #7122.
5179

52-
v3.151.59.0
80+
v3.141.59.0
5381
===========
5482
* Rollup of fixes since previous release. No additional changes.
5583

56-
v3.151.5.13
84+
v3.141.5.13
5785
===========
5886
* Fixed execution of user JavaScript to allow comment at end of line.
5987

60-
v3.151.5.12
88+
v3.141.5.12
6189
===========
6290
* (on behalf of Reinhold Degenfellner) Updated to allow retries for finding
6391
the upload file selection dialog. Fixes issue #6991.
@@ -69,7 +97,7 @@ v3.151.5.12
6997
Internet Explorer.
7098
* Made driver return lowercase utf-8 for charset in content-type header.
7199

72-
v3.151.5.11
100+
v3.141.5.11
73101
===========
74102
* (on behalf of Reinhold Degenfellner) Fixed crash when attempting to
75103
upload files. Fixes issue #6976.

cpp/iedriverserver/IEDriverServer.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 3,141,59,3
54-
PRODUCTVERSION 3,141,59,3
53+
FILEVERSION 3,150,0,0
54+
PRODUCTVERSION 3,150,0,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "Software Freedom Conservancy"
7070
VALUE "FileDescription", "Command line server for the IE driver"
71-
VALUE "FileVersion", "3.141.59.3"
71+
VALUE "FileVersion", "3.150.0.0"
7272
VALUE "InternalName", "IEDriverServer.exe"
7373
VALUE "LegalCopyright", "Copyright (C) 2019"
7474
VALUE "OriginalFilename", "IEDriverServer.exe"
7575
VALUE "ProductName", "Selenium WebDriver"
76-
VALUE "ProductVersion", "3.141.59.3"
76+
VALUE "ProductVersion", "3.150.0.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"
35.5 KB
Binary file not shown.
39.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)