WebDriverManager 2.2.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package WebDriverManager --version 2.2.6
NuGet\Install-Package WebDriverManager -Version 2.2.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebDriverManager" Version="2.2.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebDriverManager --version 2.2.6
#r "nuget: WebDriverManager, 2.2.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WebDriverManager as a Cake Addin
#addin nuget:?package=WebDriverManager&version=2.2.6

// Install WebDriverManager as a Cake Tool
#tool nuget:?package=WebDriverManager&version=2.2.6
namespace Test
{
    [TestFixture]
    public class Tests
    {
        private IWebDriver _webDriver;

        [SetUp]
        public void SetUp()
        {
            new DriverManager().SetUpDriver(new ChromeConfig());
            _webDriver = new ChromeDriver();
        }

        [TearDown]
        public void TearDown()
        {
            _webDriver.Quit();
        }

        [Test]
        public void Test()
        {
            _webDriver.Navigate().GoToUrl("https://www.google.com");
            Assert.True(_webDriver.Title.Contains("Google"));
        }
    }
}
Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (48)

Showing the top 5 NuGet packages that depend on WebDriverManager:

Package Downloads
Pangolin

A framework for declarative UI testing for ASP.NET apps. Browsers: All browsers can be used. With the possibility of automatic update to the latest version.

Magenic.Maqs.Selenium

Magenic's automation quick start framework

Aquality.Selenium

Wrapper over Selenium WebDriver for .NET

Lombiq.Tests.UI The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Lombiq UI Testing Toolbox for Orchard Core: Web UI testing toolbox mostly for Orchard Core applications. Everything you need to do UI testing with Selenium for an Orchard app is here. See the project website for detailed documentation.

JDI.UIWeb

Framework for Web UI Automation Testing

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on WebDriverManager:

Repository Stars
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
AutomateThePlanet/AutomateThePlanet-Learning-Series
Automate The Planet Series Source Code
Version Downloads Last updated
2.17.2 35,491 2/17/2024
2.17.1 1,115,437 8/9/2023
2.17.0 143,671 7/31/2023
2.16.3 117,104 6/26/2023
2.16.2 854,813 12/5/2022
2.16.1 175,276 11/11/2022
2.16.0 238,823 9/16/2022
2.15.0 175,761 8/16/2022
2.14.1 210,891 6/30/2022
2.14.0 11,219 6/28/2022
2.13.0 288,764 5/22/2022
2.12.4 279,804 4/5/2022
2.12.3 855,055 12/14/2021
2.12.2 333,199 10/26/2021
2.12.1 97,947 10/5/2021
2.12.0 46,502 9/16/2021
2.11.3 191,483 7/23/2021
2.11.2 27,309 6/29/2021
2.11.1 523,401 12/19/2020
2.11.0 200,547 9/21/2020
2.10.0 22,244 9/19/2020
2.9.3 59,723 8/2/2020
2.9.2 24,277 7/21/2020
2.9.1 120,884 4/5/2020
2.9.0 77,326 1/23/2020
2.8.0 4,014 1/20/2020
2.7.0 54,713 10/24/2019
2.6.0 277,087 9/1/2019
2.5.1 97,204 6/22/2019
2.5.0 2,918 5/22/2019
2.4.0 2,043 5/9/2019
2.3.1 4,417 4/10/2019
2.3.0 8,148 1/16/2019
2.2.8 1,223 1/9/2019
2.2.7 30,699 9/3/2018
2.2.6 39,530 7/8/2018
2.2.5 3,182 3/9/2018
2.2.4 2,858 11/25/2017
2.2.3 7,780 9/6/2017
2.2.2 1,314 9/5/2017
2.2.1 26,433 4/28/2017
2.2.0 1,422 3/7/2017
2.1.0 5,610 1/16/2017
2.0.1 1,239 1/14/2017
2.0.0 5,068 11/21/2016
1.3.0 1,186 11/11/2016
1.2.3 1,013 11/10/2016
1.2.2 1,205 10/30/2016
1.2.1 1,348 9/6/2016
1.2.0 1,170 8/29/2016
1.1.3 1,461 6/27/2016
1.1.2 1,487 6/24/2016
1.1.1 1,305 6/6/2016
1.1.0 1,424 5/27/2016
1.0.0 2,062 5/22/2016

Update edge and interner explorer version selector.