A library to ease the configuration and launch of Selenium WebDriver instances in .net projects. Supports browser instances run locally or on a Selenium 4.x grid. Supported Browsers: Chrome Firefox Microsoft Edge Internet Explorer 11 (Windows Platforms) Safari (MacOS) Platforms: Windows (PlatformType.Windows) Linux (PlatformType.Linux) MacOS (PlatformType.Mac) Tested and working on Windows 10, Windows 11, Linux (Ubuntu 20.04.3 LTS) and macOS Monterey The repository at https://github.com/AlexanderOnTest/NetCoreWebDriverFactory contains test projects for Windows, Linux and MacOS. These can be used to test your setup and demonstrate the options available. The supporting package https://www.nuget.org/packages/Selenium.WebDriver.WebDriverFactoryNunitConfig provides easy test configuration options if using Nunit 3 for your tests.
$ dotnet add package Selenium.WebDriver.NetCoreWebDriverFactoryNo README available.