|
| 1 | +v2.47.0 |
| 2 | +======= |
| 3 | + * Supports native events for Firefox version 31 (immediately previous ESR). |
| 4 | + Native event support has been discontinued for versions of Firefox later |
| 5 | + than 33. Synthetic events tested on Firefox versions 31 (immediately |
| 6 | + previous ESR), 38 (immediately previous release and current ESR), and 39 |
| 7 | + (current release). |
| 8 | + * (provided by Microsoft) Added language bindings for Microsoft Edge browser. |
| 9 | + * Added support for authentication dialogs in the .NET bindings. |
| 10 | + * Replaced DotNetZip with ZipStorer library. Adds the ability to use the .NET |
| 11 | + bindings with Firefox on Linux and OS X via Mono. The replacement library |
| 12 | + uses the internal System.IO.Compression classes along with custom code for |
| 13 | + reading and writing the central director structure of .zip files. The |
| 14 | + resulting .zip files created may be slightly larger than those produced via |
| 15 | + DotNetZip, but we will sacrifice that small size difference in exchange for |
| 16 | + cross-platform usability. |
| 17 | + * Fixing cookie parsing error in .NET bindings. The JSON response for cookie |
| 18 | + expiration date is a number, not an integer. The .NET bindings were not |
| 19 | + handling the fact that a floating point number could be included in the JSON |
| 20 | + object as an expiration time. |
| 21 | + * Added support to .NET bindings for HTTP-only cookies. |
| 22 | + * Added ITakesScreenshot to .NET RemoteWebElement for spec compatibility Note |
| 23 | + that no driver implements this at present, so attempting to use this within |
| 24 | + any test will result in a NotImplementedException. |
| 25 | + * Fixed dynamic assembly generation for .NET PageFactory for .NET 3.5. |
| 26 | + |
1 | 27 | v2.46.0
|
2 | 28 | =======
|
3 | 29 | * Supports native events for Firefox version 31 (immediately previous ESR).
|
|
0 commit comments