File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,19 @@ available via the project downloads page. Changes in "revision" field indicate
99private releases checked into the prebuilts directory of the source tree, but
1010not 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+
1225v3.10.0.2
1326=========
1427 * Updates to JavaScript automation atoms.
Original file line number Diff line number Diff line change 5050//
5151
5252VS_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"
You can’t perform that action at this time.
0 commit comments