Skip to content

Commit

Permalink
Updating IE prebuilts for impending 3.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Mar 11, 2018
1 parent b54c8ea commit fe16c11
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions cpp/iedriverserver/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ available via the project downloads page. Changes in "revision" field indicate
private releases checked into the prebuilts directory of the source tree, but
not made generally available on the downloads page.

v3.11.0.0
=========
* Release to synchronize with release of Selenium project.
* Added additional logging to new session command.
* Added detection of intercepted element clicks to IE. This brings the IE
driver into alignment with the Chrome and Firefox (geckodriver) drivers,
in that it detects when an element attempting to be clicked on is covered
in the z-order by another element. Do note that this may cause different
behavior from previous versions of the IE driver for WebDriver code that
runs only on IE. For code that runs cross-browser, this should now yield
the same behavior across platforms.


v3.10.0.2
=========
* Updates to JavaScript automation atoms.
Expand Down
8 changes: 4 additions & 4 deletions cpp/iedriverserver/IEDriverServer.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,10,0,2
PRODUCTVERSION 3,10,0,2
FILEVERSION 3,11,0,0
PRODUCTVERSION 3,11,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Software Freedom Conservancy"
VALUE "FileDescription", "Command line server for the IE driver"
VALUE "FileVersion", "3.10.0.2"
VALUE "FileVersion", "3.11.0.0"
VALUE "InternalName", "IEDriverServer.exe"
VALUE "LegalCopyright", "Copyright (C) 2017"
VALUE "OriginalFilename", "IEDriverServer.exe"
VALUE "ProductName", "Selenium WebDriver"
VALUE "ProductVersion", "3.10.0.2"
VALUE "ProductVersion", "3.11.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
Binary file modified cpp/prebuilt/Win32/Release/IEDriverServer.exe
Binary file not shown.
Binary file modified cpp/prebuilt/x64/Release/IEDriverServer.exe
Binary file not shown.

0 comments on commit fe16c11

Please sign in to comment.