Skip to content

Commit e7065a5

Browse files
committed
Updating IE driver prebuilts
1 parent d276a88 commit e7065a5

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

cpp/iedriverserver/CHANGELOG

+12
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ 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.6.0.1
13+
========
14+
* Updated existing command to better follow the W3C WebDriver Specification.
15+
In particular, aligned certain HTTP response codes to be returned from
16+
the driver, added initial timeout values for timeouts, updated new session
17+
payload processing, updated navigation to URL, and updated finding of
18+
elements all to comply with spec behavior.
19+
* Updated proxy processing to properly support `direct` value.
20+
Fixes issue #4981.
21+
* Updated action processing to correctly handle carriage return ('\r')
22+
characters in sendKeys.
23+
1224
v3.6.0.0
1325
========
1426
* Release to synchronize with release of Selenium project.

cpp/iedriverserver/IEDriverServer.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 3,6,0,0
54-
PRODUCTVERSION 3,6,0,0
53+
FILEVERSION 3,6,0,1
54+
PRODUCTVERSION 3,6,0,1
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.6.0.0"
71+
VALUE "FileVersion", "3.6.0.1"
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.6.0.0"
76+
VALUE "ProductVersion", "3.6.0.1"
7777
END
7878
END
7979
BLOCK "VarFileInfo"
7.5 KB
Binary file not shown.
12 KB
Binary file not shown.

0 commit comments

Comments
 (0)