POM Selenium is a microframework and extensible wrapper for Selenium Webdriver which combines suitable patterns such as Page Object Models + Inversion of Control with Dependency Injection, making web applications testing easy.
Info
Version: | 1.0.0 |
Author(s): | xStrato |
Last Update: | Sunday, January 24, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/xStrato/POM.Selenium |
NuGet Url: | https://www.nuget.org/packages/POM.Selenium |
Install
Install-Package POM.Selenium
dotnet add package POM.Selenium
paket add POM.Selenium
POM.Selenium Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 5.0.0)
- Selenium.WebDriver(>= 3.141.0)
- System.Drawing.Common(>= 5.0.0)
- System.Text.Json(>= 5.0.0)
Tags