diff --git a/dotnet/src/support/BUCK b/dotnet/src/support/BUCK index 25132ae1ca599..450326f3f745f 100644 --- a/dotnet/src/support/BUCK +++ b/dotnet/src/support/BUCK @@ -120,7 +120,7 @@ genrule( genrule( name = 'pack_strongnamed', - srcs = ['WebDriver.Support.nuspec'], + srcs = ['WebDriver.Support.StrongNamed.nuspec'], cmd_exe = "$(exe //third_party/dotnet/nuget:nuget) pack %SRCS% /Properties packageid=Selenium.Support.StrongNamed;version={} /Version {} /BasePath $(location :merge_strongnamed) /OutputDirectory %OUT%".format(SE_VERSION, SE_VERSION), out = 'dist', visibility = [ 'PUBLIC' ] diff --git a/dotnet/src/support/WebDriver.Support.StrongNamed.nuspec b/dotnet/src/support/WebDriver.Support.StrongNamed.nuspec new file mode 100644 index 0000000000000..2a77951f3b039 --- /dev/null +++ b/dotnet/src/support/WebDriver.Support.StrongNamed.nuspec @@ -0,0 +1,48 @@ + + + + $packageid$ + $version$ + Selenium Committers + Copyright © 2018 Software Freedom Conservancy + selenium + WebDriver Support + false + Provides support classes for Selenium WebDriver + + 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 .NET support utilites and classes that users may find + useful in using Selenium WebDriver. These support classes are mainly intended + to spark ideas of what is possible with Selenium WebDriver, and may not be + entirely appropriate for production use. + + https://www.seleniumhq.org + + http://www.apache.org/licenses/LICENSE-2.0 + http://seleniumhq.org/images/big-logo.png + selenium webdriver support browser automation + + + + + + + + + + + + + + + + + + + + + + diff --git a/dotnet/src/webdriver/BUCK b/dotnet/src/webdriver/BUCK index f2d37dc51179b..1a2d611e4e90a 100644 --- a/dotnet/src/webdriver/BUCK +++ b/dotnet/src/webdriver/BUCK @@ -165,7 +165,7 @@ genrule( genrule( name = 'pack_strongnamed', - srcs = ['WebDriver.nuspec'], + srcs = ['WebDriver.StrongNamed.nuspec'], cmd_exe = "$(exe //third_party/dotnet/nuget:nuget) pack %SRCS% /Properties packageid=Selenium.WebDriver.StrongNamed /Version {} /BasePath $(location :merge_strongnamed) /OutputDirectory %OUT%".format(SE_VERSION), out = 'dist', visibility = [ 'PUBLIC' ] diff --git a/dotnet/src/webdriver/WebDriver.StrongNamed.nuspec b/dotnet/src/webdriver/WebDriver.StrongNamed.nuspec new file mode 100644 index 0000000000000..ffce05663932c --- /dev/null +++ b/dotnet/src/webdriver/WebDriver.StrongNamed.nuspec @@ -0,0 +1,42 @@ + + + + $packageid$ + $version$ + Selenium Committers + Copyright © 2018 Software Freedom Conservancy + selenium + Selenium WebDriver + false + .NET bindings for the Selenium WebDriver API + + 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 concise and object-based + Selenium WebDriver API, which uses native OS-level events to manipulate the + browser, bypassing the JavaScript sandbox, and does not require the Selenium + Server to automate the browser. + + https://www.seleniumhq.org + + http://www.apache.org/licenses/LICENSE-2.0 + http://seleniumhq.org/images/big-logo.png + selenium webdriver browser automation + + + + + + + + + + + + + + + + diff --git a/dotnet/src/webdriverbackedselenium/BUCK b/dotnet/src/webdriverbackedselenium/BUCK index 806252339cc4c..69a19d4af70f7 100644 --- a/dotnet/src/webdriverbackedselenium/BUCK +++ b/dotnet/src/webdriverbackedselenium/BUCK @@ -120,7 +120,7 @@ genrule( genrule( name = 'pack_strongnamed', - srcs = ['Selenium.WebDriverBackedSelenium.nuspec'], + srcs = ['Selenium.WebDriverBackedSelenium.StrongNamed.nuspec'], cmd_exe = "$(exe //third_party/dotnet/nuget:nuget) pack %SRCS% /Properties packageid=Selenium.WebDriverBackedSelenium.StrongNamed;version={} /Version {} /BasePath $(location :merge_strongnamed) /OutputDirectory %OUT%".format(SE_VERSION, SE_VERSION), out = 'dist', visibility = [ 'PUBLIC' ] diff --git a/dotnet/src/webdriverbackedselenium/Selenium.WebDriverBackedSelenium.StrongNamed.nuspec b/dotnet/src/webdriverbackedselenium/Selenium.WebDriverBackedSelenium.StrongNamed.nuspec new file mode 100644 index 0000000000000..06ef7b1b52312 --- /dev/null +++ b/dotnet/src/webdriverbackedselenium/Selenium.WebDriverBackedSelenium.StrongNamed.nuspec @@ -0,0 +1,52 @@ + + + + $packageid$ + $version$ + Selenium Committers + Copyright © 2017 Software Freedom Conservancy + selenium + WebDriver-backed Selenium + false + Implementation of the Selenium Remote Control (RC) API, using WebDriver technology + + 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 deprecated, more procedural + Selenium Remote Control (or Selenium RC) API, but implemented using the current + WebDriver technology. It does not require a running instance of the Selenium + Server, and is not limited to the functionality available from within the + JavaScript sandbox. It is intended as a transitional package to allow + organizations with significant investment in the Selenium RC API to run their + code with minimal modifications until they are able to migrate to the Selenium + WebDriver API. + + https://www.seleniumhq.org + + http://www.apache.org/licenses/LICENSE-2.0 + http://seleniumhq.org/images/big-logo.png + selenium webdriver remote control rc browser automation + + + + + + + + + + + + + + + + + + + + + +