File tree Expand file tree Collapse file tree 5 files changed +20
-8
lines changed
webdriverbackedselenium/Properties Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Original file line number Diff line number Diff line change
1
+ v2.41.0
2
+ =======
3
+ * Removed deprecated AndroidDriver
4
+ * Added excludeSwitches to the list of known Chrome options
5
+ * Implemented ITakesScreenshot in RemoteWebDriver base class instead of
6
+ in browser-specific subclasses.
7
+ * Refactored usage of command executors. We now use the same algorithm for
8
+ creating and using a "command executor" for all current driver
9
+ implementations. This removes some of the differences between Firefox and
10
+ other implementations. It also prepares the way for unifying the
11
+ construction of drivers using a common base Options class.
12
+
1
13
v2.40.0
2
14
=======
3
15
* Issue #1175: Implemented ByIdOrName in .NET support package.
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.40 .0.0" ) ]
25
- [ assembly: AssemblyFileVersion ( "2.40 .0.0" ) ]
24
+ [ assembly: AssemblyVersion ( "2.41 .0.0" ) ]
25
+ [ assembly: AssemblyFileVersion ( "2.41 .0.0" ) ]
Original file line number Diff line number Diff line change 50
50
// Minor Version
51
51
// Build Number
52
52
// Revision
53
- [ assembly: AssemblyVersion ( "2.40 .0.0" ) ]
54
- [ assembly: AssemblyFileVersion ( "2.40 .0.0" ) ]
53
+ [ assembly: AssemblyVersion ( "2.41 .0.0" ) ]
54
+ [ assembly: AssemblyFileVersion ( "2.41 .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.40 .0.0" ) ]
53
- [ assembly: AssemblyFileVersion ( "2.40 .0.0" ) ]
52
+ [ assembly: AssemblyVersion ( "2.41 .0.0" ) ]
53
+ [ assembly: AssemblyFileVersion ( "2.41 .0.0" ) ]
Original file line number Diff line number Diff line change 50
50
// Minor Version
51
51
// Build Number
52
52
// Revision
53
- [ assembly: AssemblyVersion ( "2.40 .0.0" ) ]
54
- [ assembly: AssemblyFileVersion ( "2.40 .0.0" ) ]
53
+ [ assembly: AssemblyVersion ( "2.41 .0.0" ) ]
54
+ [ assembly: AssemblyFileVersion ( "2.41 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments