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
9
9
private releases checked into the prebuilts directory of the source tree, but
10
10
not made generally available on the downloads page.
11
11
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
+
12
25
v3.10.0.2
13
26
=========
14
27
* Updates to JavaScript automation atoms.
Original file line number Diff line number Diff line change 50
50
//
51
51
52
52
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
55
55
FILEFLAGSMASK 0x3fL
56
56
#ifdef _DEBUG
57
57
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
68
68
BEGIN
69
69
VALUE "CompanyName", "Software Freedom Conservancy"
70
70
VALUE "FileDescription", "Command line server for the IE driver"
71
- VALUE "FileVersion", "3.10 .0.2 "
71
+ VALUE "FileVersion", "3.11 .0.0 "
72
72
VALUE "InternalName", "IEDriverServer.exe"
73
73
VALUE "LegalCopyright", "Copyright (C) 2017"
74
74
VALUE "OriginalFilename", "IEDriverServer.exe"
75
75
VALUE "ProductName", "Selenium WebDriver"
76
- VALUE "ProductVersion", "3.10 .0.2 "
76
+ VALUE "ProductVersion", "3.11 .0.0 "
77
77
END
78
78
END
79
79
BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments