| <?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.StrongNamed" version="$version$" exclude="Build,Analyzers" /> |
| </group> |
| </dependencies> |
| <frameworkAssemblies> |
| <frameworkAssembly assemblyName="System.Drawing" /> |
| </frameworkAssemblies> |
| </metadata> |
| <files> |
| <file src="lib/netstandard2.0/WebDriver.Support.StrongNamed.dll" target="lib/netstandard2.0/WebDriver.Support.StrongNamed.dll" /> |
| <file src="lib/netstandard2.0/WebDriver.Support.StrongNamed.pdb" target="lib/netstandard2.0/WebDriver.Support.StrongNamed.pdb" /> |
| <file src="lib/netstandard2.0/WebDriver.Support.StrongNamed.xml" target="lib/netstandard2.0/WebDriver.Support.StrongNamed.xml" /> |
| |
| <file src="icon.png" /> |
| </files> |
| </package> |