Info
Version: | 6.0.0 |
Author(s): | Henrik Lau Eriksson |
Last Update: | Saturday, November 18, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hlaueriksson/puppeteer-sharp-contrib |
NuGet Url: | https://www.nuget.org/packages/PuppeteerSharp.Contrib.PageObjects |
Install
Install-Package PuppeteerSharp.Contrib.PageObjects
dotnet add package PuppeteerSharp.Contrib.PageObjects
paket add PuppeteerSharp.Contrib.PageObjects
PuppeteerSharp.Contrib.PageObjects Download (Unzip the "nupkg" after downloading)
Dependencies
- Castle.Core(>= 4.4.0)
- PuppeteerSharp(>= 2.0.0)
Tags
โ๏ธ PuppeteerSharp.Contrib.PageObjects is a library for writing browser tests using the page object pattern with the Puppeteer Sharp API.
โ๏ธ It provides a convenient way to write readable and robust browser tests in .NET
๐ https://hlaueriksson.me/PuppeteerSharp.Contrib.PageObjects/.