Skip to content

Commit 123e664

Browse files
committed
Updating .NET CHANGELOG for 3.1 release
1 parent cc0a0ae commit 123e664

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

dotnet/CHANGELOG

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
v3.0.1
231
======
332
* Updated build process to include atoms resources in strong-named assemblies.

0 commit comments

Comments
 (0)