Path: blob/trunk/dotnet/src/support/Selenium.WebDriver.Support.nuspec
2884 views
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> <metadata> <id>$packageid$</id> <version>$version$</version> <authors>Selenium Committers</authors> <copyright>Copyright © 2024 Software Freedom Conservancy</copyright> <owners>selenium</owners> <title>WebDriver Support</title> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Provides support classes for Selenium WebDriver</summary> <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 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. </description> <projectUrl>https://selenium.dev</projectUrl> <repository type="GitHub" url="https://github.com/SeleniumHQ/selenium" /> <license type="expression">Apache-2.0</license> <iconUrl>https://selenium.dev/images/selenium_logo_square_green.png</iconUrl> <icon>icon.png</icon> <tags>selenium webdriver support browser automation</tags> <releaseNotes> See the latest changes, included in this release, at https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG. </releaseNotes> <dependencies> <group targetFramework="netstandard2.0"> <dependency id="Selenium.WebDriver" version="$version$" exclude="Build,Analyzers" /> </group> </dependencies> <frameworkAssemblies> <frameworkAssembly assemblyName="System.Drawing" /> </frameworkAssemblies> </metadata> <files> <file src="lib/netstandard2.0/WebDriver.Support.dll" target="lib/netstandard2.0/WebDriver.Support.dll" /> <file src="lib/netstandard2.0/WebDriver.Support.pdb" target="lib/netstandard2.0/WebDriver.Support.pdb" /> <file src="lib/netstandard2.0/WebDriver.Support.xml" target="lib/netstandard2.0/WebDriver.Support.xml" /> <file src="icon.png" /> </files> </package>