|
| 1 | +v2.43.0 |
| 2 | +======= |
| 3 | + * Supports native events for Firefox versions 32 (current), 31 (immediately |
| 4 | + previous release and current ESR), and 24 (immediately previous ESR). |
| 5 | + * Integrated the Microsoft Internet Explorer driver implementation into the |
| 6 | + .NET bindings. By setting the Implementation property of the .NET bindings' |
| 7 | + InternetExplorerDriverService class, the user can now force the driver to |
| 8 | + use the Microsoft implementation. Note that the default is to use the |
| 9 | + existing open-source implementation based on the Automation Atoms. |
| 10 | + Over time as the Microsoft implementation matures, this will be switched to |
| 11 | + use the Microsoft implementation, first by default, then exclusively. |
| 12 | + |
| 13 | + To use the Microsoft implementation, the user must have the August 2014 |
| 14 | + updates to Internet Explorer installed through Windows Update, and must |
| 15 | + install the IE Web Driver Tool for Internet Explorer 11 download from |
| 16 | + Microsoft (http://www.microsoft.com/en-us/download/details.aspx?id=44069). |
| 17 | + * Added safe check for window.localStorage in .NET WebDriverBackedSelenium |
| 18 | + implementation. Patch provided by Timofey Vasenin. |
| 19 | + * Implemented pluggable element locator factories for .NET PageFactory. This |
| 20 | + change allows the user to specify a custom IElementLocatorFactory for |
| 21 | + locating elements when used with the PageFactory. This gives much more |
| 22 | + control over the algorithm used to locate elements, and allows the |
| 23 | + incorporation of things like retries or handling of specific exceptions. |
| 24 | + * Issue #7367: Set Json.NET to ignore dates when parsing response values. |
| 25 | + * Issue #7419: Added support for SwitchTo().ParentFrame() in .NET bindings. |
| 26 | + This brings the .NET bindings into parity with other languages. |
| 27 | + * Belatedly removed long-obsolete .NET tests for AndroidDriver. |
| 28 | + |
1 | 29 | v2.42.0
|
2 | 30 | =======
|
3 | 31 | * Supports native events for Firefox versions 29 (current), 28 (immediately
|
|
0 commit comments