Info
Version: | 4.1.0 |
Author(s): | Alexander Dunn |
Last Update: | Sunday, May 29, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://alexanderontest.github.io/ |
NuGet Url: | https://www.nuget.org/packages/Selenium.WebDriver.NetCoreWebDriverFactory |
Install
Install-Package Selenium.WebDriver.NetCoreWebDriverFactory
dotnet add package Selenium.WebDriver.NetCoreWebDriverFactory
paket add Selenium.WebDriver.NetCoreWebDriverFactory
Selenium.WebDriver.NetCoreWebDriverFactory Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 1.1.0)
- Selenium.WebDriver(>= 3.141.0)
Tags
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.