Info
Version: | 1.1.0 |
Author(s): | Brian Kitchener |
Last Update: | Thursday, August 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bkitchener1/page-components/ |
NuGet Url: | https://www.nuget.org/packages/PageComponents |
Install
Install-Package PageComponents
dotnet add package PageComponents
paket add PageComponents
PageComponents Download (Unzip the "nupkg" after downloading)
Dependencies
- 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)
Tags
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.