Atata.WebDriverSetup
.NET library that sets up browser drivers for Selenium WebDriver, e.g. chromedriver, geckodriver, etc. The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+. Atata.WebDriverSetup on GitHub: https://github.com/atata-framework/atata-webdriversetup Atata Framework documentation: https://atata.io/ Features: - Sets up drivers for browsers: Chrome, Firefox, Edge, Internet Explorer and Opera. - Supports Windows, Linux and macOS platforms. - Can download latest or specific driver versions. - Can auto-detect locally installed browser version and download corresponding driver version. - Caches the used driver versions. - After a driver is set up, adds the driver path to environment "PATH" variable, which is consumed by WebDriver.
Install
dotnet add package Atata.WebDriverSetup --version 2.3.0
Install-Package Atata.WebDriverSetup -Version 2.3.0
<PackageReference Include="Atata.WebDriverSetup" Version="2.3.0" />
Frameworks
Dependencies
Adoption guide
A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.
Compatibility metadata lists 1 target framework; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.