"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/dotnet/src/webdriverbackedselenium/Selenium.WebDriverBackedSelenium.nuspec" (17 Feb 2023, 3515 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the last Fossies "Diffs" side-by-side code changes report for "Selenium.WebDriverBackedSelenium.nuspec": 4.6.0_vs_4.7.0.

    1 <?xml version="1.0" encoding="utf-8"?>
    2 <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
    3   <metadata>
    4     <id>$packageid$</id>
    5     <version>$version$</version>
    6     <authors>Selenium Committers</authors>
    7     <copyright>Copyright © 2020 Software Freedom Conservancy</copyright>
    8     <owners>selenium</owners>
    9     <title>WebDriver-backed Selenium</title>
   10     <requireLicenseAcceptance>false</requireLicenseAcceptance>
   11     <summary>Implementation of the Selenium Remote Control (RC) API, using WebDriver technology</summary>
   12     <description>
   13       Selenium is a set of different software tools each with a different approach
   14       to supporting browser automation. These tools are highly flexible, allowing
   15       many options for locating and manipulating elements within a browser, and one
   16       of its key features is the support for automating multiple browser platforms.
   17       This package contains the .NET bindings for the deprecated, more procedural
   18       Selenium Remote Control (or Selenium RC) API, but implemented using the current
   19       WebDriver technology. It does not require a running instance of the Selenium
   20       Server, and is not limited to the functionality available from within the
   21       JavaScript sandbox. It is intended as a transitional package to allow
   22       organizations with significant investment in the Selenium RC API to run their
   23       code with minimal modifications until they are able to migrate to the Selenium
   24       WebDriver API.
   25     </description>
   26     <projectUrl>https://selenium.dev</projectUrl>
   27     <repository url="https://github.com/SeleniumHQ/selenium" />
   28     <license type="expression">Apache-2.0</license>
   29     <iconUrl>https://selenium.dev/images/selenium_logo_square_green.png</iconUrl>
   30     <icon>images\icon.png</icon>
   31     <tags>selenium webdriver remote control rc browser automation</tags>
   32     <dependencies>
   33       <group targetFramework="net45">
   34         <dependency id="Selenium.WebDriver" version="$version$" exclude="Build,Analyzers" />
   35       </group>
   36       <group targetFramework="net46">
   37         <dependency id="Selenium.WebDriver" version="$version$" exclude="Build,Analyzers" />
   38       </group>
   39       <group targetFramework="net47">
   40         <dependency id="Selenium.WebDriver" version="$version$" exclude="Build,Analyzers" />
   41       </group>
   42       <group targetFramework="net48">
   43         <dependency id="Selenium.WebDriver" version="$version$" exclude="Build,Analyzers" />
   44       </group>
   45       <group targetFramework="netstandard2.0">
   46         <dependency id="Selenium.WebDriver" version="$version$" exclude="Build,Analyzers" />
   47       </group>
   48       <group targetFramework="netstandard2.1">
   49         <dependency id="Selenium.WebDriver" version="$version$" exclude="Build,Analyzers" />
   50       </group>
   51       <group targetFramework="net5.0">
   52         <dependency id="Selenium.WebDriver" version="$version$" exclude="Build,Analyzers" />
   53       </group>
   54       <group targetFramework="net6.0">
   55         <dependency id="Selenium.WebDriver" version="$version$" exclude="Build,Analyzers" />
   56       </group>
   57     </dependencies>
   58     <frameworkAssemblies>
   59       <frameworkAssembly assemblyName="System.Drawing" />
   60     </frameworkAssemblies>
   61   </metadata>
   62   <files>
   63     <file src="**/Selenium.WebDriverBackedSelenium.dll" target="lib" />
   64     <file src="**/Selenium.WebDriverBackedSelenium.pdb" target="lib" />
   65     <file src="**/Selenium.WebDriverBackedSelenium.xml" target="lib" />
   66     <file src="../icon.png" target="images\"/>
   67   </files>
   68 </package>