File tree Expand file tree Collapse file tree 5 files changed +24
-8
lines changed
webdriverbackedselenium/Properties Expand file tree Collapse file tree 5 files changed +24
-8
lines changed Original file line number Diff line number Diff line change
1
+ v2.50.0
2
+ =======
3
+ * Updated embedded Firefox driver with new click algorithm
4
+ * Added type-safe options .NET for recently added Chrome capabilities.
5
+ This includes adding type-safe capabilities for 'mobileEmulation',
6
+ 'perfLoggingPrefs', and 'windowTypes' to ChromeOptions class.
7
+ * (on behalf Edward Ned Harvey) Updated ChromeDriverService to locate
8
+ Chrome driver executable in a cross-platform way.
9
+ * Removed deprecated PageFactory code.
10
+ * Updated implementations of EWebDriver.PageSource property and
11
+ IAlert.SendKeys method for spec-compliant browsers.
12
+ * Updated implementations for finding by ID, class name, and tag name
13
+ for consistency between languages and for compatibility with spec-
14
+ compliant drivers.
15
+ * Removed the redundant IllegalLocatorException.
16
+
1
17
v2.49.0
2
18
=======
3
19
* Updated .NET PageFactory to allow frame switching with located elements.
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.49 .0.0" ) ]
25
- [ assembly: AssemblyFileVersion ( "2.49 .0.0" ) ]
24
+ [ assembly: AssemblyVersion ( "2.50 .0.0" ) ]
25
+ [ assembly: AssemblyFileVersion ( "2.50 .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.49 .0.0" ) ]
54
- [ assembly: AssemblyFileVersion ( "2.49 .0.0" ) ]
53
+ [ assembly: AssemblyVersion ( "2.50 .0.0" ) ]
54
+ [ assembly: AssemblyFileVersion ( "2.50 .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.49 .0.0" ) ]
53
- [ assembly: AssemblyFileVersion ( "2.49 .0.0" ) ]
52
+ [ assembly: AssemblyVersion ( "2.50 .0.0" ) ]
53
+ [ assembly: AssemblyFileVersion ( "2.50 .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.49 .0.0" ) ]
54
- [ assembly: AssemblyFileVersion ( "2.49 .0.0" ) ]
53
+ [ assembly: AssemblyVersion ( "2.50 .0.0" ) ]
54
+ [ assembly: AssemblyFileVersion ( "2.50 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments