Skip to content

Files

Latest commit

498d651 · Jan 12, 2022

History

History
This branch is 1 commit ahead of, 427 commits behind hardkoded/puppeteer-sharp:master.

samples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 1, 2021
Jan 12, 2022
Jan 12, 2022
Jan 12, 2022
Jan 12, 2022
Mar 25, 2021
Mar 25, 2021

Puppeteer Sharp Samples

This folder contains all the samples for Puppeteer Sharp.

Building a samples

All the examples were created and created using the .NET Core CLI and require C# 7.1.

You can build any sample using .NET Core CLI, which can be installed using the .NET Core SDK. Then execute these commands from the CLI in the directory of any sample.

dotnet build
dotnet run