Skip to content

Latest commit

 

History

History
 
 

samples

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