PageComponents 1.1.0
A stable, simple selenium framework for building DRY, well organized automated tests. Page Components are a continuation of hte page object model. They represent small, reusable blocks of application logic that can be pieced together into larger page objects. They essentially act as a middle layer between pages and elements.
Install-Package PageComponents -Version 1.1.0
dotnet add package PageComponents --version 1.1.0
<PackageReference Include="PageComponents" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PageComponents --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Initial Release
Dependencies
-
.NETStandard 2.0
- ExtentReports.Core (>= 1.0.3)
- NUnit (>= 3.12.0)
- Selenium.Support (>= 3.141.0)
- Selenium.WebDriver (>= 3.141.0)
- System.Configuration.ConfigurationManager (>= 4.7.0)
- WebDriverManager (>= 2.9.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.