|
| 1 | +v3.1.0 |
| 2 | +====== |
| 3 | + * Note that this will be the final release containing Selenium RC language |
| 4 | + bindings for .NET. Users still relying on the RC API will be able to |
| 5 | + continue to do so using WebDriverBackedSelenium, or by converting their |
| 6 | + code to use WebDriver proper. Selenium RC has been deprecated for over |
| 7 | + six years, and the .NET Selenium RC language bindings have not been |
| 8 | + updated with a code change other than a version bump in nearly that long. |
| 9 | + * Prepared Screenshot object for removal of direct dependency on |
| 10 | + System.Drawing.Imaging.ImageFormat. The dependency still exists for now, |
| 11 | + but is no longer exposed in the public API. |
| 12 | + * Updated specification compliance for windows and timeouts APIs. The |
| 13 | + language bindings now properly implement the local end of the W3C |
| 14 | + WebDriver specification for getting and setting window size and position, |
| 15 | + and for getting and setting timeouts. It also marks as obsolete the |
| 16 | + methods for the ITimeouts interface in favor of properties, since the |
| 17 | + specification supports getting as well as setting timeouts. |
| 18 | + * Enabled execution of project's .NET tests from within Visual Studio. It |
| 19 | + is now possible to execute .NET tests from within the Visual Studio IDE. |
| 20 | + To enable this functionality, you must install the NUnit 3 Test Adapter |
| 21 | + plug-in. To change the browser against which the tests are executed, |
| 22 | + modify the dotnet/test/common/App.config file. |
| 23 | + * Updated .NET upload tests to work no matter working directory |
| 24 | + * Updated project to use NUnit 3.6.0 |
| 25 | + * Initial development of .NET implementation of W3C spec actions command. |
| 26 | + * Refactored wire protocol serialization of IWebElements. |
| 27 | + * Removing custom code for geckodriver since it now implements a status end |
| 28 | + point. |
| 29 | + |
1 | 30 | v3.0.1
|
2 | 31 | ======
|
3 | 32 | * Updated build process to include atoms resources in strong-named assemblies.
|
|
0 commit comments