Skip to content

Commit cc0a0ae

Browse files
committed
Updating NuGet description to announce final version of Selenium.RC package
1 parent 70518d1 commit cc0a0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/core/build.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dotnet_package(name = "package",
6060
],
6161
title = "Selenium Remote Control (RC)",
6262
summary = ".NET bindings for the Selenium RC API",
63-
description = "Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the older, more procedural Selenium Remote Control (or Selenium RC) API. It requires a running instance of the Selenium Server, and uses JavaScript for automating the browser, which means it is limited to the functionality available from within the JavaScript sandbox.",
63+
description = "Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the older, more procedural Selenium Remote Control (or Selenium RC) API. It requires a running instance of the Selenium Server, and uses JavaScript for automating the browser, which means it is limited to the functionality available from within the JavaScript sandbox. Note that version 3.1 will be the final version of this assembly available. Users can use WebDriverBackedSelenium, or migrate to WebDriver.",
6464
tags = "Selenium remote control RC browser automation",
6565
assemblies = [
6666
{"System.Drawing" : ""}

0 commit comments

Comments
 (0)