Skip to main content
Atata.WebDriverSetup package icon

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.

Total Downloads
373.5K
373,517
Published
Nov 20, 2024
Latest stable version

Install

.NET CLI
dotnet add package Atata.WebDriverSetup --version 3.0.0
Package Manager Console
Install-Package Atata.WebDriverSetup -Version 3.0.0
PackageReference
<PackageReference Include="Atata.WebDriverSetup" Version="3.0.0" />

Frameworks

.NETStandard2.0

Dependencies

Atata.Cli
.NETStandard2.0
[2.2.0, )
[5.0.0, )
System.Text.Json
.NETStandard2.0
[8.0.5, )

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.