Atata.WebDriverSetup
1.1.0
.NET library that sets up browser drivers for Selenium WebDriver, e.g. chromedriver, geckodriver, etc.
Targets .NET 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-Package Atata.WebDriverSetup -Version 1.1.0
dotnet add package Atata.WebDriverSetup --version 1.1.0
<PackageReference Include="Atata.WebDriverSetup" Version="1.1.0" />
paket add Atata.WebDriverSetup --version 1.1.0
#r "nuget: Atata.WebDriverSetup, 1.1.0"
Release Notes
1.1.0 - https://atata.io/blog/2021/02/22/atata.webdriversetup-1.1.0-released/
1.0.0 - https://atata.io/blog/2021/02/16/atata.webdriversetup-1.0.0-released/
Dependencies
-
.NETStandard 2.0
- Microsoft.Win32.Registry (>= 5.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Atata.WebDriverSetup:
Repository | Stars |
---|---|
atata-framework/atata
C#/.NET test automation framework for web
|