File tree Expand file tree Collapse file tree 5 files changed +27
-8
lines changed
webdriverbackedselenium/Properties Expand file tree Collapse file tree 5 files changed +27
-8
lines changed Original file line number Diff line number Diff line change
1
+ v2.53.0
2
+ =======
3
+ * This will be the final full release in the 2.x series. There may be
4
+ small point releases going forward, but future development will
5
+ concentrate on 3.0.
6
+ * (on behalf of arnonaxelrod) Added an overload of ExecuteJavaScript
7
+ extension method that doesn't accept a generic argument and doesn't
8
+ return a value.
9
+ * (on behalf of mohammadsavadkuhi) Corrected argument name in
10
+ exceptions thrown by DefaultWait<T>.
11
+ * Corrected trace categories for Chrome perf logging prefs in .NET.
12
+ * Added device metrics to Chrome options for mobile emulation.
13
+ * Removed .NET type-safe option for setting IE cookie capability. The
14
+ 'ie.validateCookieDocumentType' has been obsolete since 2.47 of WebDriver.
15
+ This commit marks the 'ValidateCookieDocumentType' property of the
16
+ 'InternetExplorerOptions' object as obsolete, and no longer sends that
17
+ capability to the driver. This property will be removed in a future
18
+ version of the .NET bindings.
19
+
1
20
v2.52.0
2
21
=======
3
22
* Updated Firefox driver to include ability to disable overlapping element
Original file line number Diff line number Diff line change 21
21
// Minor Version
22
22
// Build Number
23
23
// Revision
24
- [ assembly: AssemblyVersion ( "2.52 .0.0" ) ]
25
- [ assembly: AssemblyFileVersion ( "2.52 .0.0" ) ]
24
+ [ assembly: AssemblyVersion ( "2.53 .0.0" ) ]
25
+ [ assembly: AssemblyFileVersion ( "2.53 .0.0" ) ]
Original file line number Diff line number Diff line change 49
49
// Minor Version
50
50
// Build Number
51
51
// Revision
52
- [ assembly: AssemblyVersion ( "2.52 .0.0" ) ]
53
- [ assembly: AssemblyFileVersion ( "2.52 .0.0" ) ]
52
+ [ assembly: AssemblyVersion ( "2.53 .0.0" ) ]
53
+ [ assembly: AssemblyFileVersion ( "2.53 .0.0" ) ]
Original file line number Diff line number Diff line change 48
48
// Minor Version
49
49
// Build Number
50
50
// Revision
51
- [ assembly: AssemblyVersion ( "2.52 .0.0" ) ]
52
- [ assembly: AssemblyFileVersion ( "2.52 .0.0" ) ]
51
+ [ assembly: AssemblyVersion ( "2.53 .0.0" ) ]
52
+ [ assembly: AssemblyFileVersion ( "2.53 .0.0" ) ]
Original file line number Diff line number Diff line change 49
49
// Minor Version
50
50
// Build Number
51
51
// Revision
52
- [ assembly: AssemblyVersion ( "2.52 .0.0" ) ]
53
- [ assembly: AssemblyFileVersion ( "2.52 .0.0" ) ]
52
+ [ assembly: AssemblyVersion ( "2.53 .0.0" ) ]
53
+ [ assembly: AssemblyFileVersion ( "2.53 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments