|
| 1 | +v2.45.0 |
| 2 | +======= |
| 3 | + * Supports native events for Firefox versions 31 (current ESR), and |
| 4 | + 24 (immediately previous ESR). Native event support has been discontinued |
| 5 | + for versions of Firefox later than 33. |
| 6 | + * Removed automatic installation of SafariDriver extention for .NET. |
| 7 | + From this point forward, users are expected to manually install the |
| 8 | + SafariDriver extension into their Safari installation in order to drive |
| 9 | + the browser. This is due to Apple's changes in architecture for Safari |
| 10 | + extensions. |
| 11 | + * Added initial implementation of .NET bindings OperaDriver. The .NET |
| 12 | + bindings will now support the Chromium-based Opera driver without |
| 13 | + requiring the use of the Java remote WebDriver server. This driver will |
| 14 | + work with Opera 26 and above, and requires the download of the Opera |
| 15 | + driver executable. Code cleanup and refactoring will take place under a |
| 16 | + separate commit. Note that there is still no support in the .NET bindings |
| 17 | + for the Presto-based Opera without using the remote server, nor is there |
| 18 | + likely to be. |
| 19 | + * Added option to not delete anonymous Firefox profile in .NET. This change |
| 20 | + adds an option to the .NET FirefoxProfile class so that the driver will |
| 21 | + not delete the anonymous profile created by the driver. Since the driver |
| 22 | + cannot and should not use an existing profile in situ because of the |
| 23 | + multiple instance automation case, this change means that modifications |
| 24 | + applied to the anonymous profile can be retained and used in future |
| 25 | + anonymous profiles. The implication is that the user can now make |
| 26 | + modifications to a profile, and retain those profile modifications (e.g., |
| 27 | + cookies) into other future profiles, simulating persistent changes over |
| 28 | + multiple browser launches. Fixes issue #7374. |
| 29 | + * Introduced type safe option in InternetExplorerOptions to set the |
| 30 | + capability to disable check of mime type of the doucment when setting |
| 31 | + cookies. When setting cookies, there is a check in the IE driver to |
| 32 | + validate that the page in the browser is, in fact, an HTML page. Despite |
| 33 | + the fact that omitting this check can cause unrecoverable crashes in the |
| 34 | + driver, there is demand for a mechanism to disable this check for older, |
| 35 | + legacy versions of Internet Explorer. Fixes issue #1227. |
| 36 | + |
1 | 37 | v2.44.0
|
2 | 38 | =======
|
3 | 39 | * Supports native events for Firefox versions 33 (current), 32 (immediately
|
|
0 commit comments