Skip to content

Commit

Permalink
Updating IE prebuilts with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Nov 19, 2018
1 parent adae7e4 commit cb8aa77
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
8 changes: 4 additions & 4 deletions cpp/iedriver/IEDriver.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,141,0,1
PRODUCTVERSION 3,141,0,1
FILEVERSION 3,141,0,2
PRODUCTVERSION 3,141,0,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Software Freedom Conservancy"
VALUE "FileDescription", "Driver library for the IE driver"
VALUE "FileVersion", "3.141.0.1"
VALUE "FileVersion", "3.141.0.2"
VALUE "InternalName", "IEDriver.dll"
VALUE "LegalCopyright", "Copyright (C) 2018"
VALUE "OriginalFilename", "IEDriver.dll"
VALUE "ProductName", "Selenium WebDriver"
VALUE "ProductVersion", "3.141.0.1"
VALUE "ProductVersion", "3.141.0.2"
END
END
BLOCK "VarFileInfo"
Expand Down
12 changes: 12 additions & 0 deletions cpp/iedriverserver/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ 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.141.0.2
==========
* Updating IE scroll-into-view algorithm for element click.
This update makes the scroll-into-view algorithm for element click
to be compliant with the W3C WebDriver Specification.
* Completed IE implementation of strictFileInteractability capability.
By default, the IE driver can interact with hidden <input type='file'>
elements. By setting this capability to false, it forces the driver
to make sure the file upload element is interactable like other
elements.
* Updates to JavaScript automation atoms.

v3.141.0.1
==========
* Updated error message return from unserializable JavaScript results. In
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,141,0,1
PRODUCTVERSION 3,141,0,1
FILEVERSION 3,141,0,2
PRODUCTVERSION 3,141,0,2
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.141.0.1"
VALUE "FileVersion", "3.141.0.2"
VALUE "InternalName", "IEDriverServer.exe"
VALUE "LegalCopyright", "Copyright (C) 2018"
VALUE "OriginalFilename", "IEDriverServer.exe"
VALUE "ProductName", "Selenium WebDriver"
VALUE "ProductVersion", "3.141.0.1"
VALUE "ProductVersion", "3.141.0.2"
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 cb8aa77

Please sign in to comment.