Skip to content

Commit fe16c11

Browse files
committed
Updating IE prebuilts for impending 3.11 release
1 parent b54c8ea commit fe16c11

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

cpp/iedriverserver/CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ 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.11.0.0
13+
=========
14+
* Release to synchronize with release of Selenium project.
15+
* Added additional logging to new session command.
16+
* Added detection of intercepted element clicks to IE. This brings the IE
17+
driver into alignment with the Chrome and Firefox (geckodriver) drivers,
18+
in that it detects when an element attempting to be clicked on is covered
19+
in the z-order by another element. Do note that this may cause different
20+
behavior from previous versions of the IE driver for WebDriver code that
21+
runs only on IE. For code that runs cross-browser, this should now yield
22+
the same behavior across platforms.
23+
24+
1225
v3.10.0.2
1326
=========
1427
* Updates to JavaScript automation atoms.

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,10,0,2
54-
PRODUCTVERSION 3,10,0,2
53+
FILEVERSION 3,11,0,0
54+
PRODUCTVERSION 3,11,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.10.0.2"
71+
VALUE "FileVersion", "3.11.0.0"
7272
VALUE "InternalName", "IEDriverServer.exe"
7373
VALUE "LegalCopyright", "Copyright (C) 2017"
7474
VALUE "OriginalFilename", "IEDriverServer.exe"
7575
VALUE "ProductName", "Selenium WebDriver"
76-
VALUE "ProductVersion", "3.10.0.2"
76+
VALUE "ProductVersion", "3.11.0.0"
7777
END
7878
END
7979
BLOCK "VarFileInfo"
96 KB
Binary file not shown.
-20 KB
Binary file not shown.

0 commit comments

Comments
 (0)